Help for this page
use strict; use Win32::Process; ... "C:\\foo\\Setup.exe", "Setup.exe", 0, NORMAL_PRIORITY_CLASS,".")|| die "$!\n"; $pid = $ProcessObj->GetProcessID();
$ProcessObj->Kill($exitcode);