Created
September 30, 2014 20:32
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::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