Mais voilà, je ne sais pas comment me servir du script
Code : Tout sélectionner
If IsObj ($oIE) then
$pid=WinGetProcess(Hwnd($oIE.HWnd()))
While ProcessExists($pid) And TimerDiff($t) <= 15000
ProcessClose($pid)
If IsObj ($oIE) then Winkill(Hwnd($oIE.HWnd()))
If FileExists("c:\process\Process.exe") then RunWait("c:\process\Process.exe -k "&$pid,"",@SW_HIDE)
WEnd
EndIf
