I'm running a html page with a button that says KILL PROCESSES, and want the server that it's running on (Windows XP with Apache) to end a scheduled task or any batch script that is running that matches the title name.
I was able to come up, in XP, a kill.bat that works well, but when I call this kill.bat with Perl "system" command, it does not kill, even though it's the same bat I'm calling.
The button basically links up to a cgi script that calls kill.bat through system "kill.bat"
Start Free Trial