> I am stuck on windows working with a process that runs
> as a service. There's a bug in the process (vendor
> code) and it doesn't show up in the output of net
> start, so net stop can't stop it.
>
> I need to have a script that kills this process using
> kill PID, but I am not aware of any
On Sunday, May 12, 2002, at 04:53 , John West wrote:
> I found two ways, both of which are OS-specific. One
> is this perl:
>
> http://www.roth.net/perl/scripts/scripts.asp?ProcList.pl
that looks like the basic phrameWork for a piece of code.
all you would need to do is extend it with a Getop
I found two ways, both of which are OS-specific. One
is this perl:
http://www.roth.net/perl/scripts/scripts.asp?ProcList.pl
Another is this command line tool:
http://www.sysinternals.com/ntw2k/freeware/handle.shtml
In a way I like the CLT better, it gives me less
OS-specific code with the exp
I am stuck on windows working with a process that runs
as a service. There's a bug in the process (vendor
code) and it doesn't show up in the output of net
start, so net stop can't stop it.
I need to have a script that kills this process using
kill PID, but I am not aware of any command line t