Re: [python-win32] killProcName kinda slow

2006-10-18 Thread Mark Hammond
> I am trying to use the killProcName function in a project, and it does > work, but it is kinda slow. > > Just running it alone has the same effect > > > C:\>killProcName.py notepad > (wait for about 30 seconds) > Killed notepad > > > Is there any way to do this faster? Or is there another functi

Re: [python-win32] killProcName kinda slow

2006-10-18 Thread Tim Roberts
Axiom X11 wrote: >I am trying to use the killProcName function in a project, and it does >work, but it is kinda slow. > >Just running it alone has the same effect > >C:\>killProcName.py notepad >(wait for about 30 seconds) >Killed notepad > >Is there any way to do this faster? Or is there another

[python-win32] killProcName kinda slow

2006-10-18 Thread Axiom X11
I am trying to use the killProcName function in a project, and it does work, but it is kinda slow. Just running it alone has the same effect C:\>killProcName.py notepad (wait for about 30 seconds) Killed notepad Is there any way to do this faster? Or is there another function I should be call