Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- cls
- goto main
- :main
- cls
- echo This version of Batchopolis needs to be downloaded.
- echo.
- echo 1) Download
- echo 2) Exit
- choice /c 12 /n
- if %errorlevel%==1 (
- start https://fs05n2.sendspace.com/dl/c1c81b8ed8f02fb8f68799dca9b94ce5/538276727a756aa5/p9qzc3/Batchopolis%203.0.0.zip
- exit
- )
- if %errorlevel%==2 exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement