Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to call another exe from win 32 console app?I have used shell execute to call?
But while running the console app in cmd prompt after it returns.. the called app is also closing.. I would like to call an exe from a console app and the exe should run independently if the console app gets closed. Also for the exe to run as administrator and background -bg parameter to run as service?
Posted
Updated 7-Aug-12 21:16pm
v4

The function that gives more control on process execution is CreateProcess, check out the documentation at MSDN[^] for the details.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900