| Hi
I need to download ~500 URLs, each with its own project name.
Is there a smart way to do this?
I'm not familiar with batch files, but perhaps someone can come up with an
example of a batch file that could handle this issue?
What I need is a batch file, that could download ~500 URLs and give each URL
its own project name:
URL: www.example1.com --> Project name: www.example1.com
URL: www.example2.com --> Project name: www.example2.com
URL: www.example3.com --> Project name: www.example3.com
Thanks :) | |