exec, slash and Win98 trouble

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
Dmi
Posts: 408
Joined: Sat Jun 04, 2005 4:16 pm
Location: Russia
Contact:

exec, slash and Win98 trouble

Post 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.
WBR, Dmi

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post 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? ;-)
-- (define? (Cornflakes))

Dmi
Posts: 408
Joined: Sat Jun 04, 2005 4:16 pm
Location: Russia
Contact:

Post by Dmi »

Hmm... I hasn't know that it is handled by OS and not by newlisp. Now IC.

Thanks.
WBR, Dmi

Locked