Skip to content

Instantly share code, notes, and snippets.

@mdimai666
Created October 7, 2019 17:35
Show Gist options
  • Save mdimai666/74e8604d678b7178f2dea3a5e1d83fe0 to your computer and use it in GitHub Desktop.
Save mdimai666/74e8604d678b7178f2dea3a5e1d83fe0 to your computer and use it in GitHub Desktop.
$i=0; gc .\list.txt | %{ $i++; echo $i; Invoke-WebRequest $_ -OutFile "path\$(([string]$_).Substring($_.LastIndexOf("/") + 1))" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment