I have two applications (*.exe) running in the same time. My main application calls the second application with a command prompt as independent application. At one moment I can see in my main application that the second application is running and I would like to stop it. Is any way to stop the second application from the main one?