Some options. In Windows you can run TASKEND to kill a process by pid or process name. Getting the pid using just standard Windows commands is complicated, though. You could download the freeware pstools suite from www. sysinternals.com and feel more at home. Pstools is a collection of command-line utilities to deal with processes, start, stop, kill, list, etc. My favorite option would be to script with Autohotkey_L, freeware open source. Download the IDE and use its help system to get you started. You could even compile your script from the IDE to make a standalone .exe file with command-line arguments specific to your task. Another excellent and free scripting language is TCC/LE from jpsoft.com. TCC/LE extends CMD with 200+ new commands. For your type of task I'd recommend downloading the SYSUTILS and 4UTIL plugins too.
-- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

