Advertisement
tcl1

[Batch] Batchopolis 3.0.0 Preview

May 25th, 2014
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.32 KB | None | 0 0
  1. @echo off
  2. cls
  3. goto main
  4. :main
  5. cls
  6. echo This version of Batchopolis needs to be downloaded.
  7. echo.
  8. echo 1) Download
  9. echo 2) Exit
  10. choice /c 12 /n
  11. if %errorlevel%==1 (
  12.     start https://fs05n2.sendspace.com/dl/c1c81b8ed8f02fb8f68799dca9b94ce5/538276727a756aa5/p9qzc3/Batchopolis%203.0.0.zip
  13.     exit
  14. )
  15. if %errorlevel%==2 exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement