View Single Post
Old Jan 16th, 2007, 1:09 AM   #1
tristolas
Newbie
 
Join Date: Jan 2007
Posts: 6
Rep Power: 0 tristolas is on a distinguished road
download images (incrementing url) ?

I'm not sure if this is something Visual Basic's for;
if not, would it be simplest with a scripting language or command prompt or what?

I want to download a bunch of images to harddrive from internet
all images have same URL exept the number increases
for example I would do something like
For X = 1 to 172
download http://www.blah.com/lala/imageX to C:\DOCUME~\User\Images\
Next
tristolas is offline   Reply With Quote