Skip to content

Instantly share code, notes, and snippets.

@xxiz
Last active December 25, 2022 01:29
Show Gist options
  • Save xxiz/63c1e2cef57d7e2a55078356a805b305 to your computer and use it in GitHub Desktop.
Save xxiz/63c1e2cef57d7e2a55078356a805b305 to your computer and use it in GitHub Desktop.
converting all files in a folder to an archive
for /d %%X in (*) do "c:\Program Files\7-Zip\7z.exe" a "%%X.cbz" "%%X\"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment