[python-win32] killing win32 process

Sean null-python-win32 at tinfoilhat.ca
Tue Oct 14 12:21:40 EDT 2003


->I have a win32 executable which runs (created through python script with
->os.popen3().
->
A -quick- fix would be to exec pskill (from the PSTools freeware package
www.sysinternals.com).

You could also do it via WMI using the Win32_Process object but this is
more work than it is worth.

-- 
Sean





More information about the Python-win32 mailing list