RE: kill NT process

2002-05-13 Thread David Gray
> 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

Re: kill NT process

2002-05-12 Thread drieux
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

Re: kill NT process

2002-05-12 Thread John West
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

kill NT process

2002-05-12 Thread John West
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