Skip to content

Commit

Permalink
zip archive batch
Browse files Browse the repository at this point in the history
  • Loading branch information
0xteddington committed Jan 30, 2023
1 parent f8d6135 commit d5f74ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Movie_Archive.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
for /d %%X in (*) do "c:\Program Files\7-Zip\7z.exe" a m0=LZMA2:d64k:fb32 -ms=8m -mmt=30 -mx=9 "%%X.zip" "%%X\"
for /d %%X in (*) do "c:\Program Files\7-Zip\7z.exe" a "%%X.zip" "%%X\"
for /d %%X in (*) do RMDIR "%%X" /S /Q
1 change: 1 addition & 0 deletions Zip.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
for /d %%X in (*) do "c:\Program Files\7-Zip\7z.exe" a m0=LZMA2:d64k:fb32 -ms=8m -mmt=30 -mx=9 "%%X.zip" "%%X\"

0 comments on commit d5f74ab

Please sign in to comment.