| Perhaps I should clarify.
I need to download images from the same website, but from different
subfolders/categories.
However, the images are all saved at the same location:
www.example.com/images/
In order to be able to categorize the images I need a batch file that creates
a separate project for each URL:
URL: www.example.com/1/ --> Project name: www.example.com/1/
URL: www.example.com/2/ --> Project name: www.example.com/2/
URL: www.example.com/3/ --> Project name: www.example.com/3/
Can anyone please help creating such a batch file? | |