try this arc.ini ( error because of switches for precomp in your arc.ini
those switches maybe incompatable for the types of files your compressing this time. Every run of precomp will give different switches for the files its compressing at that time. )
Code:
[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -m3f -l512 -c256 -a4 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor:precomp]
header = 0
packcmd = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
do NOT use anything in the compress.bat other plain mprecomp+msrep ....
Code:
mprecomp+msrep+lzma:a1:mfbt4:d256m:fb128:mc1000:lc8
just do one archive it will tell you what switches to add to arc.ini for faster compression of that archive. ( WIll have to do same for other sets as well )
For example of what switches I mean see post below
http://www.fileforums.com/showpost.p...7&postcount=59