Skip to content

Instantly share code, notes, and snippets.

@ashwnn
Last active December 25, 2022 01:29
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