Skip to content

Instantly share code, notes, and snippets.

@rniswonger
Created November 9, 2019 22:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rniswonger/db8f1d4400b8b377c3f86ec65b89a585 to your computer and use it in GitHub Desktop.
Save rniswonger/db8f1d4400b8b377c3f86ec65b89a585 to your computer and use it in GitHub Desktop.
Use 7zip to archive all subfolders in their own zip file
for /d %%X in (*) do "c:\Program Files\7-Zip\7z.exe" a "%%X.zip" "%%X\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment