I have a list of urls (over 100) of patch files from various sources that I need to download.
I need to create a batch script that will download these files and dump them all into the same directory.
I do not have administrative privileges on the system I need to download to, so it needs to be batch or similer solution.
I would love it if it would echo any errors to the screen and keep rolling on to the next download.
These should help:
http://ss64.com/nt/for_cmd.html
http://gnuwin32.sourceforge.net/packages/wget.htm
http://www.httrack.com/page/2/en/index.html
HTTrack can be run just as a EXE.
It does a great job, and can do everything your looking for.
WGET or CURL are good choices for this task. Using CURL to pick up the latest copy of Httrack through your proxy: