I need to launch two external applications in succession. The output of the first application will be the input of the second one. I decided to use CreateProcess with WaitForSingleObject. Everything works correctly. When the first application is closed the second one is launched and the operation is performed. The problem is that using WaitForSingleObject I have no access to my own application during the external ones are running.

Thanks for all advices and solutions,

Reply