Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- set sevenza="C:\Program Files\7-Zip\7z.exe"
- set fn=%~n1
- set indir=%1
- call set outdir=%%indir:\%fn%"=%%
- set outdir=%outdir:"=%
- set outfile=%outdir%\%fn%.7z
- cd "%outdir%"
- %sevenza% a -t7z -m0=lzma2 -mx=9 -mfb=128 -md=64m -ms=on -xr!bin -xr!obj "%outfile%" %1
- pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement