Skip to content

Instantly share code, notes, and snippets.

@HaosGypsy
Last active December 28, 2015 13:49
Show Gist options
  • Save HaosGypsy/1f2b3561c8187940ec7e to your computer and use it in GitHub Desktop.
Save HaosGypsy/1f2b3561c8187940ec7e to your computer and use it in GitHub Desktop.
A gist that downloads the bathaos repository from GitHub.
@echo off
chcp 437
echo Hello .bat World!>CON
echo.
echo Would you like to download the bathaos repo from github?>CON
echo.
echo (Press cntrl-c to cancel.)>CON
echo.
pause
bitsadmin /transfer myDownloadJob /download /priority normal https://github.com/haosgypsy/bathaos/archive/master.zip %~dp0master.zip
echo.
echo Download attempt finished.>CON
echo.
echo Have a nice day and, Happy Coding!>CON
echo.
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment