Page 1 of 1

exec, slash and Win98 trouble

Posted: Tue Mar 20, 2007 1:54 pm
by Dmi
Just found that using

Code: Select all

(exec "disk:/somewhere/in/the/deep/prog.exe")
isn't works under Win89 with regular slashes. but works with backslashes.

newLISP 9.1.1 on Win32
Win98SE

The same newlisp on W2k works fine both ways.

Posted: Tue Mar 20, 2007 10:16 pm
by newdep
Its an OS issue..
"/"does not work on 3.11 95 and 98
That only works from Win2000 and up...

If that is what you ment? ;-)

Posted: Wed Mar 21, 2007 6:46 am
by Dmi
Hmm... I hasn't know that it is handled by OS and not by newlisp. Now IC.

Thanks.