Skip to content

Instantly share code, notes, and snippets.

@duchenpaul
Created February 3, 2016 04:24
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 duchenpaul/c0dc8f9f7932f5022fa9 to your computer and use it in GitHub Desktop.
Save duchenpaul/c0dc8f9f7932f5022fa9 to your computer and use it in GitHub Desktop.
for %%F in (*.zip) do ( "C:\Program Files\7-Zip\7z.exe" x -y -o"%%F_tmp" "%%F" * & pushd %%F_tmp & "C:\Program Files\7-Zip\7z.exe" a -y -r -t7z ..\"%%~nF".7z * & popd & rmdir /s /q "%%F_tmp" )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment