Skip to content

Instantly share code, notes, and snippets.

@duan-li
Created October 8, 2014 23:45
Show Gist options
  • Save duan-li/c16aad0426822efa3175 to your computer and use it in GitHub Desktop.
Save duan-li/c16aad0426822efa3175 to your computer and use it in GitHub Desktop.
compress each file to each package.
for %f in ("C:\Bob\WithBlank\NeuerOrdner3\*.txt") do (
"C:\WINDOWS\7za.exe" a -t7z "%~dpnf.7z" "%~ff"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment