Skip to content

Instantly share code, notes, and snippets.

@atadams
Last active September 28, 2015 12:37
Show Gist options
  • Save atadams/1439366 to your computer and use it in GitHub Desktop.
Save atadams/1439366 to your computer and use it in GitHub Desktop.
Win CL: 7zip Expand each file in a directory
for %I in (*.zip) do 7za e %I
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment