Advertisement
wai0004

mirror

Oct 4th, 2013
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. color a
  3. :start
  4. set debug=
  5. echo Website to download (format: "google.com")
  6. set /p web=
  7.  
  8.  
  9. wget -m -k -K -E -v --no-check-certificate http://%web%
  10. pause
  11. goto start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement