Run in seperate memory space

  • Thread starter Thread starter Gary
  • Start date Start date
G

Gary

Is there a command line switch to run an executable in a
seperate memory space? Thanks.
 
Using start, you can do this:

start "Notepad" /separate notepad.exe

See "start /?" for more details.

Ray at work
 
Back
Top