in reply to Check if a process is running on Windows
- - arden.
update: While you're there, Win32::Process::Info has the @info = $pi->GetProcInfo (); method which should return a host of information on every process running (except the idle and system processes) including the executable path and name.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Check if a process is running on Windows
by davidj (Priest) on Jun 13, 2004 at 21:51 UTC |