Re: Running one program from another
- Posted by ghaberek (admin) Feb 22, 2014
- 1704 views
DonCole said...
Thank you, jimbrown, eukat, and ghaberek,
This all well and good. But like I said I am using Al Getz's Launch Pad 403 (I know where it is on my computer).
What I want to know is how do I shut down LP403.exw or LP403.exe with out shutting down the program I am launching?
Thank you,
Don Cole
I'm not sure how Al Getz' Launch Pad works, but just call start() to launch something, and then exit the app.
You may have to use abort(0) to exit immediately.
But whatever you run with start() should stay running after your app exits.
-Greg