Page 1 of 1

Execute another program and End

Posted: Mon Apr 20, 2009 11:33 pm
by funnyguy
How to I run another program and end my program? when I use RunProgram() and end my program the lauched program also exits for some reason :(

Posted: Tue Apr 21, 2009 1:07 am
by sverson

Code: Select all

RunProgram("C:\Windows\Notepad.exe", "", "")
No problem here.
Program ends and notepad is still running.