globalscape/bat/Batch to call multiple things/killprocmon.bat

3 lines
46 B
Batchfile

@echo off
taskkill /IM "Procmon64.exe" /F
exit