Guest User

Untitled

a guest
Sep 25th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. set sProcessID
  2. pause
  3.  
  4. set /a iCount -= 1
  5.  
  6. for /l %%i in (1, 1, !iCount!) do (
  7. >nul wmic.exe Process where "ProcessID='!sProcessID%%i!'" call Terminate 0
  8. )
Add Comment
Please, Sign In to add comment