Re: kill NT process

2002-05-12 Thread John West
about doing this with vbscript, but I didn't even want to look at that. --- John West <[EMAIL PROTECTED]> wrote: > 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 o

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

Re: data structure

2002-05-05 Thread John West
The print was just there as an example - what is done with those values is actually a little more complex. I like using quoted hash keys because they show up better in the syntax-aware editor I use. I did try this before I sent the message, but in the original block of code. I think somehow in

data structure

2002-05-05 Thread John West
The environment here is to complex and relies on proprietary vendor tools which I can't send, so here's a chunk. I'm trying to figure out if the second foreach is really required in the code below - preferably there is a way to do this with a single foreach statement? my %tplCfg = ( "categor