Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. @echo off
  2. echo Deleting all Battleye logs!
  3.  
  4. echo Deleting Chernarus #1 logs
  5. cd "C:\Program Files (x86)\Steam\steamapps\common\Arma 2 Operation Arrowhead\dayz_1.chernarus\BattlEye">NUL 2>NUL
  6. erase "addbackpackcargo.log">NUL 2>NUL
  7. erase "addmagazinecargo.log">NUL 2>NUL
  8. erase "createvehicle.log">NUL 2>NUL
  9. erase "deletevehicle.log">NUL 2>NUL
  10. erase "publicvariable.log">NUL 2>NUL
  11. erase "remoteexec.log">NUL 2>NUL
  12. erase "scripts.log">NUL 2>NUL
  13. erase "setdamage.log">NUL 2>NUL
  14. erase "selectplayer.log">NUL 2>NUL
  15. erase "setvariable.log">NUL 2>NUL
  16. timeout /T 1 >nul
  17. echo Deleting Panthera logs
  18.  
  19. cd "C:\Program Files (x86)\Steam\steamapps\common\Arma 2 Operation Arrowhead\dayz_2.panthera2\BattlEye">NUL 2>NUL
  20. erase "addbackpackcargo.log">NUL 2>NUL
  21. erase "addmagazinecargo.log">NUL 2>NUL
  22. erase "createvehicle.log">NUL 2>NUL
  23. erase "deletevehicle.log">NUL 2>NUL
  24. erase "publicvariable.log">NUL 2>NUL
  25. erase "remoteexec.log">NUL 2>NUL
  26. erase "scripts.log">NUL 2>NUL
  27. erase "setdamage.log">NUL 2>NUL
  28. erase "selectplayer.log">NUL 2>NUL
  29. erase "setvariable.log">NUL 2>NUL
  30. timeout /T 1 >nul
  31. echo Deleting Chernarus #2 logs
  32.  
  33. cd "C:\Program Files (x86)\Steam\steamapps\common\Arma 2 Operation Arrowhead\dayz_3.chernarus\BattlEye">NUL 2>NUL
  34. erase "addbackpackcargo.log">NUL 2>NUL
  35. erase "addmagazinecargo.log">NUL 2>NUL
  36. erase "createvehicle.log">NUL 2>NUL
  37. erase "deletevehicle.log">NUL 2>NUL
  38. erase "publicvariable.log">NUL 2>NUL
  39. erase "remoteexec.log">NUL 2>NUL
  40. erase "scripts.log">NUL 2>NUL
  41. erase "setdamage.log">NUL 2>NUL
  42. erase "selectplayer.log">NUL 2>NUL
  43. erase "setvariable.log">NUL 2>NUL
  44. timeout /T 1 >nul
  45. echo Deleting Namalsk logs
  46.  
  47. cd "C:\Program Files (x86)\Steam\steamapps\common\Arma 2 Operation Arrowhead\dayz_4.namalsk\BattlEye">NUL 2>NUL
  48. erase "addbackpackcargo.log">NUL 2>NUL
  49. erase "addmagazinecargo.log">NUL 2>NUL
  50. erase "createvehicle.log">NUL 2>NUL
  51. erase "deletevehicle.log">NUL 2>NUL
  52. erase "publicvariable.log">NUL 2>NUL
  53. erase "remoteexec.log">NUL 2>NUL
  54. erase "scripts.log">NUL 2>NUL
  55. erase "setdamage.log">NUL 2>NUL
  56. erase "selectplayer.log">NUL 2>NUL
  57. erase "setvariable.log">NUL 2>NUL
  58. timeout /T 1 >nul
  59. echo Deleting Taviana logs
  60.  
  61. cd "C:\Program Files (x86)\Steam\steamapps\common\Arma 2 Operation Arrowhead\dayz_5.tavi\BattlEye">NUL 2>NUL
  62. erase "addbackpackcargo.log">NUL 2>NUL
  63. erase "addmagazinecargo.log">NUL 2>NUL
  64. erase "createvehicle.log">NUL 2>NUL
  65. erase "deletevehicle.log">NUL 2>NUL
  66. erase "publicvariable.log">NUL 2>NUL
  67. erase "remoteexec.log">NUL 2>NUL
  68. erase "scripts.log">NUL 2>NUL
  69. erase "setdamage.log">NUL 2>NUL
  70. erase "selectplayer.log">NUL 2>NUL
  71. erase "setvariable.log">NUL 2>NUL
  72. timeout /t 2 >nul
  73. echo All Battleye logs have been deleted!
  74.  
  75. timeout /T 5 >nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement