Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- echo [FrostEmu]Extracting bins script by Lauda!
- echo /********************************************************/
- echo Le wild delete appears:
- D:
- cd "D:\REPOS\FrostEmu Script Repo\trunk\bin\Debug"
- for %%X in ("*.exe") do echo %%X
- for %%X in ("*.lib") do echo %%X
- del "D:\REPOS\FrostEmu Script Repo\trunk\bin\Debug\*.exe"
- del "D:\REPOS\FrostEmu Script Repo\trunk\bin\Debug\*.lib"
- echo /********************************************************/
- echo Extract new shit:
- D:
- cd D:\REPOS\FrostEmu Script Repo\trunk\bin\Debug
- unrar x "Debug.rar"
- echo fuck_yeah
- @PAUSE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement