G Gary Aug 4, 2003 #1 Is there a command line switch to run an executable in a seperate memory space? Thanks.
R Ray at Aug 4, 2003 #2 Using start, you can do this: start "Notepad" /separate notepad.exe See "start /?" for more details. Ray at work
Using start, you can do this: start "Notepad" /separate notepad.exe See "start /?" for more details. Ray at work