Re: [Tutor] I may have solved my problem with killing tasks in Windows

2009-04-25 Thread Alan Gauld
"Ian Campbell" wrote I am trying to use this so maybe no one has to reply... sorry to inconvenience anyone. No inconvenience and I'm glad you posted the solution you found. That is pretty much what I had in mind but I didn't know you could get the _handle from the return value in Pope

[Tutor] I may have solved my problem with killing tasks in Windows

2009-04-25 Thread Ian Campbell
I am trying to use this so maybe no one has to reply... sorry to inconvenience anyone. I got it from Google but did not copy his name and cannot give my thanks to original author, sorry. import subprocess from win32event import WaitForSingleObject, WAIT_TIMEOUT from win32api import Termi