How to kill a process with Autoit
How to kill a process with Autoit
Dim $Process $Process = InputBox($Process, "Process to kill?", ".exe", "", -1, -1, 0, 0) ProcessClose($Process) MsgBox(4096, "Test", $Process, 10)
(Contains 1 attachments.)
How to kill a process with Autoit
Dim $Process $Process = InputBox($Process, "Process to kill?", ".exe", "", -1, -1, 0, 0) ProcessClose($Process) MsgBox(4096, "Test", $Process, 10)
Devguru.in is Stephen Fry proof thanks to caching by WP Super Cache