M
Michael Walsh
Assume I have a running program myprog.exe.
Ok I could exit this program from TaskManager.
But I want to do this from command line.
Furthermore I want to perform a "soft" exit which means I don't want to kill
the process immediately in the middle of a possible processing.
Instead I want to simulate a click on the close button( "X") in the upper right corner.
the program should have the possibility to do some clean up task before it exits.
How can I do this ?
Michael
Ok I could exit this program from TaskManager.
But I want to do this from command line.
Furthermore I want to perform a "soft" exit which means I don't want to kill
the process immediately in the middle of a possible processing.
Instead I want to simulate a click on the close button( "X") in the upper right corner.
the program should have the possibility to do some clean up task before it exits.
How can I do this ?
Michael