Code: Select all
"Kill Task|%winsysdir%\imageres.dll /85"
$task_name = input("Please enter a task to stop: ");
if($task_name!="") {
$task_to_kill = "$task_name" . "*";
run 'cmd /c TASKKILL /F /IM "$task_to_kill"';
}
else {
msg "The length of task name should > 0.";
}
XYplorer Beta Club