probiner

7z compress subfolders to separated 7z files

Apr 12th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.09 KB | None | 0 0
  1. for /d %%X in (*) do "c:\Program Files\7-Zip\7z.exe" a -t7z -mx -m0=lzma2 -mmt2 "%%X.7z" "%%X\"
Advertisement
Add Comment
Please, Sign In to add comment