Skip to content

Instantly share code, notes, and snippets.

@JohnLBevan
Created September 30, 2014 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JohnLBevan/8e005c6411aa90a774f9 to your computer and use it in GitHub Desktop.
Save JohnLBevan/8e005c6411aa90a774f9 to your computer and use it in GitHub Desktop.
Extract all zip files in a folder to sub folders named with the filename. More command line info here: http://sevenzip.sourceforge.jp/chm/cmdline/commands/extract.htm
::ensure 7zip directory is added to path environment variable (%programfiles%\7-zip)
7z x *.zip -o*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment