command_line() bug in DOS interpreter
- Posted by Juergen Luethje <j.lue at gmx.de> Jan 26, 2006
- 490 views
When running the following code with ex.exe 2.5, CMD[2] is missing the path (tested on Windows 98)!
include misc.e constant CMD = command_line() pretty_print(1, CMD, {3}) puts(1, "\nPress Enter ...") if getc(0) then end if
Regards, Juergen