Run in seperate memory space

G

Gary

Is there a command line switch to run an executable in a
seperate memory space? Thanks.
 
R

Ray at

Using start, you can do this:

start "Notepad" /separate notepad.exe

See "start /?" for more details.

Ray at work
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top