in reply to Re: Get PID of an excel.exe opened by perl
in thread Get PID of an excel.exe opened by perl

Thanks for the reply. Please give me the url (or repository) to install Proc::ProcessTable using ppm on windows.
  • Comment on Re^2: Get PID of an excel.exe opened by perl

Replies are listed 'Best First'.
Re^3: Get PID of an excel.exe opened by perl
by holli (Abbot) on Jun 07, 2005 at 08:50 UTC
    Your new node here and your statement you want to kill a process on windows makes me wonder if you ever read the docs. To kill a process:
    Win32::Process::KillProcess($pid, $exitcode);


    holli, /regexed monk/