Skip to content

Instantly share code, notes, and snippets.

@cemerson
Created October 19, 2020 14: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 cemerson/72cb7c2d0c78a5523e1c4259c253a8c6 to your computer and use it in GitHub Desktop.
Save cemerson/72cb7c2d0c78a5523e1c4259c253a8c6 to your computer and use it in GitHub Desktop.
Create seperate zip from every file in folder
FOR %i IN (*.*) DO "C:\Program Files (x86)\7-Zip\7z.exe" a "%~ni.zip" "%i"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment