Advertisement
Guest User

ACRE Remover 1.3

a guest
Aug 6th, 2011
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.58 KB | None | 0 0
  1. Echo Off
  2. cls
  3. Echo Welcome to ACRE Remover 1.3
  4. Pause
  5. cls
  6.     Echo Removing @ACRE
  7.     rmdir /s /q @acre
  8.     Echo Done
  9. Echo ---
  10.     Echo Removing @JayArma2Lib
  11.     rmdir /s /q @JayArma2lib
  12.     Echo Done
  13. Echo ---
  14.     Echo Removing Userconfig\ACRE
  15.     rmdir /s /q userconfig\acre
  16.     Echo Done
  17. Echo ---
  18.     Echo Removing ACRE Keys
  19.     del keys\jayarma2lib.bikey
  20.     del keys\acre.bikey
  21.     del keys\acre2.bikey
  22.     Echo Done
  23. Echo ---
  24.     Echo Removing beta
  25.     del expansion\beta\dsound.dll
  26.     Echo Done
  27. Echo ---
  28.     Echo Removing dsound.dll
  29.     del dsound.dll
  30.     Echo Done
  31. Echo ---
  32. Echo All ACRE files have been removed.
  33. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement