Skip to content

Instantly share code, notes, and snippets.

@mattiaswolff
Created July 27, 2012 11:47
Show Gist options
  • Save mattiaswolff/3187558 to your computer and use it in GitHub Desktop.
Save mattiaswolff/3187558 to your computer and use it in GitHub Desktop.
7-Zip: Extract files
"[[PATH TO 7-ZIP]]\7z.exe" e "[[PATH TO ZIP-FILES]]" -o"[[PATH TO OUTPUT FILES]]" [[FILES TO UNZIP]]
"c:\Program Files\7-Zip\7z.exe" e "C:\MIG_Services\ReadsoftOnline Demo\STH1\Import\" -o"C:\MIG_Services\ReadsoftOnline Demo\STH1\Unzipped\" *.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment