smitadOccasional Contributor15 years agoKilling a process from Task ManagerHi, I want to kill a exe from windows task manager. I used WMI. Following is the code Killprocess = "CPR_GUI.exe" Set ProcessList = GetObject("winmgmts://.").InstancesOf("win32_process...Show More
karkadilValued Contributor15 years agoFor killing processes use Sys.Process("process_name.exe").Terminate()
Recent DiscussionsTestcomplete closed itselflog message issues in testcompleteexecution plan properties description blanking out
Related ContentTestComplete kill process of target desktop appHow to close (kill) the TestExecute process using commandlineTestExecute: Run test items without killing the process