Search found 1 match

by jebediah
20 Aug 2022 07:02
Forum: DOS Batch Forum
Topic: Kill process with batch
Replies: 1
Views: 2476

Kill process with batch

Hi guys. I've been trying to kill a process with a batch file but it seems like neither batch or Powershell works. There's no problem with killing the process via taskmanager. Here's what i've tried taskkill /F /IM task.exe If i put a pause in the code it just says ERROR: The process "task.exe" with...