rjames24000
New Member
- Joined
- Jul 2, 2012
- Messages
- 2
Specifically what I want to do is:
I want a bulk amount of links from a column I have in excel like this:
Code:
http://www.ImageSite.net/core/media/media.nl?id=3730&c=ACCT103457&h=e8090dfd62c03838ac16
to download to this location on my computer:
Code:
[COLOR=#333333][FONT=arial]E:\Documents and Settings\User\Desktop\all images[/FONT][/COLOR]
and then I want it to create a new folder
- that new folder should be labeled "Manufacturer" from a corresponding column I have in the excel csv
- In that "Manufacturer" folder I want it to create another folder labeled "Model Number" from another corresponing column
- and finally I want the downloaded image to go into that "Model Number" folder and name itself 1.jpg
How on earth Do I do this in an automated fashion?