|
Thanks For Replay But this Problem Appear
@echo off
del /q data.arc
arc a -ma9 -ds -di -i2 -ep1 -ed -r -w.\temp1 -mlzaf+srep+lzma2 data1.arc "1\*"
pause >nul
--------------------------------
[External compressor:lzaf]
header = 0
packcmd = lzaf e - - <stdin> <stdout>
unpackcmd = lzaf d - - <stdin> <stdout>
[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
mem = 1024
packcmd = srep {options} -a1 -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor:lzma2]
header = 0
packcmd = 7z a -txz -an -mcrc=0 -m1=lzma2:d128m:fb=273:mf=bt4:mc=1000:lc=4:lp=0 -mmt=2 -mx9 -si -so <stdin> <stdout>
unpackcmd = 7z x -txz -an -y -si -so <stdin> <stdout>
[External compressor:srep64]
header = 0
mem = 1024
packcmd = srep64 -m3f -d1g -a2 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep64 -d $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
|