Execute another program and End

Just starting out? Need help? Post your questions and find answers here.
funnyguy
User
User
Posts: 69
Joined: Mon Jun 23, 2008 10:57 pm

Execute another program and End

Post 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 :(
sverson
Enthusiast
Enthusiast
Posts: 286
Joined: Sun Jul 04, 2004 12:15 pm
Location: Germany

Post by sverson »

Code: Select all

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