Skip to content

Instantly share code, notes, and snippets.

@harshithjv
Created October 30, 2025 11:00
Show Gist options
  • Select an option

  • Save harshithjv/d4434e20079fa40785ebe2cfa2299312 to your computer and use it in GitHub Desktop.

Select an option

Save harshithjv/d4434e20079fa40785ebe2cfa2299312 to your computer and use it in GitHub Desktop.
dir *.CR2
FOR %i IN (*.CR2) DO "C:\Program Files\7-Zip\7z.exe" a -mx9 "%~ni.CR2.7z" "%i"
dir *.7z
del *.CR2
REM -----
dir *.CR3
FOR %i IN (*.CR3) DO "C:\Program Files\7-Zip\7z.exe" a -mx9 "%~ni.CR3.7z" "%i"
dir *.7z
del *.CR3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment