Link to home
Start Free TrialLog in
Avatar of Deonicus
Deonicus

asked on

Launching a third party application/executable.

I need to be able to hit a button on my UI, GO, and my application will launch a third party program. I have all the path information, I just don't know how to execute it programatically. I want to do something like:

run("c:/cygwin/cygwin");

Bonus points if you can tell me how to programatically minimize my program when the third party program is launched.
ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial