Advertisement
thepreston

7d2dStop

Jan 8th, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. @echo off
  2.  
  3. tasklist /fi "Imagename eq 7DaysToDie.exe"
  4. Echo .
  5.  
  6.  
  7. echo ----------------------------------------­--------------------------------
  8. echo Written by Echo
  9. echo http://www.youtube.com/user/EchoInck
  10. echo ----------------------------------------­--------------------------------
  11.  
  12. Echo .
  13.  
  14. echo ----------------------------------------­--------------------------------
  15. echo Enter the Process ID (PID) of 7 Days To Die from Task Manager
  16. echo ----------------------------------------­--------------------------------
  17.  
  18. SET /P text=
  19.  
  20. Echo .
  21. taskkill /PID "%text%"
  22.  
  23. echo ----------------------------------------­--------------------------------
  24. echo Server is going to Shut Down...
  25. echo ----------------------------------------­--------------------------------
  26.  
  27.  
  28.  
  29. Echo .
  30.  
  31.  
  32. echo ----------------------------------------­--------------------------------
  33. echo Hit Any Key to Exit
  34. echo ----------------------------------------­--------------------------------
  35.  
  36.  
  37. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement