Get hold of WGET:
http://gnuwin32.sourceforg
http://www.gnu.org/softwar
And then use a for loop to read the file using a batch file -- call it getfiles.cmd or something saved with notepad as "all files".
@echo off
cd /d c:\destinationpath
for /f "tokens=*" %%a in ('type yourfile.txt') do wget %%a
There are MANY oprions to put on wget to do retries etc. as needed but try this for starters.
Steve
Main Topics
Browse All Topics





by: Mystical_IcePosted on 2009-09-19 at 10:12:09ID: 25373712
just want to add, when i say i have several hundred of these, i mean i have several hundred LINES. one download link per line though