Advertisement
Lauda

Untitled

Oct 25th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. @echo off
  2. echo [FrostEmu]Extracting bins script by Lauda!
  3. echo /********************************************************/
  4. echo Le wild delete appears:
  5. D:
  6. cd "D:\REPOS\FrostEmu Script Repo\trunk\bin\Debug"
  7. for %%X in ("*.exe") do echo %%X
  8. for %%X in ("*.lib") do echo %%X
  9. del "D:\REPOS\FrostEmu Script Repo\trunk\bin\Debug\*.exe"
  10. del "D:\REPOS\FrostEmu Script Repo\trunk\bin\Debug\*.lib"
  11. echo /********************************************************/
  12. echo Extract new shit:
  13. D:
  14. cd D:\REPOS\FrostEmu Script Repo\trunk\bin\Debug
  15. unrar x "Debug.rar"
  16. echo fuck_yeah
  17. @PAUSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement