Mail Archives: djgpp/2001/09/13/14:02:39
Hello all!
I have discovered a slightly bizarre behaivoir in the spawn/system commands,
when smartdrv is NOT loaded into memory.
If I boot to a DOS system without smartdrv loaded, any spawn command I issue
with parameters is very slow.
However, if I do not pass any parameters, I get to the DOS prompt very
quickly and then can issue DOS commands very quickly.
Examples:
//FAST code
system ("");
//SLOW code
system ("dir");
I get the same response using spawnlp and spawnvp. Any thoughts?
- Raw text -