Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- color a
- :start
- set debug=
- echo Website to download (format: "google.com")
- set /p web=
- wget -m -k -K -E -v --no-check-certificate http://%web%
- pause
- goto start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement