maxima_userdir;
"C:/Users/cdr/maxima"
*************
load("test.max");
loadfile: failed to load C:/Users/cdr/maxima/test.max
-- an error. To debug this try: debugmode(true);
*************
yet the file is really there:
/home/cdr$ ls C:/Users/cdr/maxima/test.max
C:/Users/cdr/maxima/test.max
*************
here is the file:
/* test.max - test maxima */
/* put in maxima_userdir (e.g. cdr/maxima/) and then
* call with load("test.max"); but not working */
a:3;
b:4;
c:a+b;
**************
Above example from Windows 7, but have same problem in Debian (virtual,
on VMWare).
Also, "system" seems to work only on Windows XP, not Windows 7 or
Debian, and only for the command-line version even on XP, so how do you
navigate the file system?