Finding a running process in Windows

2002-01-16 Thread SathishDuraisamy

Hi All,

Does anyone know how to find ( in a PERL script running under Windows)
whether a process( program ) is already running or not. In Unix, I can
easily do this using the 'ps' command in backticks. I don't know how to do
this in Windows.  Any thoughts?

Thanks,
sathish


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Finding a running process in Windows

2002-01-17 Thread Roger C Haslock

I have a copy of portix02b.zip which contains, inter alia, ps.exe.

I don't have a copy of the URL where this came from, but it is an excellent
set of the basic unix tools implemented for windows.

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 16, 2002 9:42 PM
Subject: Finding a running process in Windows


> Hi All,
>
> Does anyone know how to find ( in a PERL script running under Windows)
> whether a process( program ) is already running or not. In Unix, I can
> easily do this using the 'ps' command in backticks. I don't know how to do
> this in Windows.  Any thoughts?
>
> Thanks,
> sathish
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]