NEWLISPDIR questions
Posted: Tue Jan 15, 2008 4:58 pm
Hi,
If I set the variable NEWLISPDIR manually in a DOS prompt, newLisp does not seem to get the new value.
It seems newLisp always prints "C:\Program Files\newlisp". But in Windows I like to install newLisp in "C:\newlisp".
Second question: will there be some description in the newLisp manual about this important environment variable...?
Regards
Peter
If I set the variable NEWLISPDIR manually in a DOS prompt, newLisp does not seem to get the new value.
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\peter>cd\
C:\>cd newlisp
C:\newlisp>newlisp
newLISP v.9.2.11 on Win32, execute 'newlisp -h' for more info.
> (env "NEWLISPDIR")
"C:\\Program Files/newlisp"
> (exit)
C:\newlisp>set NEWLISPDIR="C:\\newlisp"
C:\newlisp>set NEWLISPDIR
NEWLISPDIR="C:\\newlisp"
C:\newlisp>newlisp
newLISP v.9.2.11 on Win32, execute 'newlisp -h' for more info.
> (env "NEWLISPDIR")
"C:\\Program Files/newlisp"
>
It seems newLisp always prints "C:\Program Files\newlisp". But in Windows I like to install newLisp in "C:\newlisp".
Second question: will there be some description in the newLisp manual about this important environment variable...?
Regards
Peter