Skip to content

Instantly share code, notes, and snippets.

@Kaishiyoku
Created April 15, 2018 13:54
Show Gist options
  • Save Kaishiyoku/10320e90e3682b9a2b79a136b01c5880 to your computer and use it in GitHub Desktop.
Save Kaishiyoku/10320e90e3682b9a2b79a136b01c5880 to your computer and use it in GitHub Desktop.
Zip every single sub-folder seperately with 7zip
for /d %%X in (*) do 7z.exe a "%%X.7z" "%%X\" -mx=9 -ms=on -md=26 -mfb=25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment