Skip to content

Instantly share code, notes, and snippets.

@DartPower
Created March 30, 2019 17:28
Show Gist options
  • Save DartPower/a73b6fec35ceb16ec110a4c82f5266ed to your computer and use it in GitHub Desktop.
Save DartPower/a73b6fec35ceb16ec110a4c82f5266ed to your computer and use it in GitHub Desktop.
Download a site with using WGet on Windows
@echo off
wget -r --restrict-file-names=windows -i urls.txt
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment