
Execute another program and End
Execute another program and End
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 

Code: Select all
RunProgram("C:\Windows\Notepad.exe", "", "")
Program ends and notepad is still running.