Terminating External Process
Hello Everyone and thanks for your help in advance. I have a third party program that is opened daily using Windows Scheduler, which in turn runs a process. However, at the end of the process, the program does not close itself instead simply terminating and leaving itself open. Because of this, Windows Scheduler fails on the next attempt to launch the program unless someone manually closes the program daily. I know a Windows form can launch an external exe, and assume it can also be used to close an external program or process, however, I do not know how to do this. Any insight on this topic would be greatly appreciated.
|