i have created an automation program using Perl (Win32). i converted the perl script to an executable file. what i would like to do is have a way for the user to easily kill the executable file if necessary. for instance, have a button somewhere on the desktop that they can just click it and the executable will stop. Or inset some lines of code that would specify a 'button' sequence that the user can press on the keyboard that would trigger the executable to stop. Is this possible? i have no code to post because I have no idea where to start!
At this point, in order to stop the executable, i have to press CTRL-ALT-DEL, go to task manager and stop the process.
Help please!
Terra
At this point, in order to stop the executable, i have to press CTRL-ALT-DEL, go to task manager and stop the process.
Help please!
Terra
Comment