Jump to content
Forum Look Announcement

McGuff

Members
  • Joined

Everything posted by McGuff

  1. McGuff replied to spud's post in a topic in Female Fashion Models
    Got me thinking and those stuck in the Windows world, you can do this in Powershell too: for ($i=12008;$i -le 12823;$i++) { $url = "https://www.empreinte.eu/fr/$i/$i.jpg" Invoke-WebRequest $url -OutFile C:\temp\$i.jpg }