Batch wget downloader using windows batch
Pretty simple implementation of a wget batch file downloader. Basically you keep a collection of links in links.txt which will be read by the batch file and downloaded using wget.
Requirements:
- Wget for windows
- Wget must be added to the windows path environment variable
Usage:
- Add link(s) to links.txt
- Run multi_link.bat