Skip to content

Commit

Permalink
Create Movie_Archive.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
0xteddington committed Dec 22, 2022
1 parent 53f2379 commit f8d6135
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Movie_Archive.bat
Original file line number Diff line number Diff line change
@@ -0,0 +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 RMDIR "%%X" /S /Q

0 comments on commit f8d6135

Please sign in to comment.