Jump to content

mdsc_oligarchy

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

mdsc_oligarchy's Achievements

Newbie

Newbie (1/14)

  1. I'm trying to download a complete copy of GirlGenius using wget in a batch script. I have this so far .. for /L %%y in (2003,1,2009) do for /L %%m in (01,1,12) do for /L %%d in (01,1,31) do wget "http://www.girlgeniusonline.com/ggmain/strips/ggmain%%y%%m%%d.jpg" My problem is that windows doesn't like the leading zeros I'm trying to put into the script. What am I doing wrong? Is there a better way .. other than installing Linux .. would this even work on Linux? Note: I've already spent some time on SS64, and I've already tried doing this with the Firefox extension DownThemAll, but it is transposing numbers 01 instead of 10 and vice versa 10 instead of 01 giving me dupes of some files and not downloading others.
×
×
  • Create New...