View Single Post
  #689  
Old 30-08-2013, 13:23
pakrat2k2's Avatar
pakrat2k2 pakrat2k2 is offline
Moderator
 
Join Date: Apr 2005
Location: Canada
Posts: 7,209
Thanks: 3,040
Thanked 9,043 Times in 3,086 Posts
pakrat2k2 is on a distinguished road
then update to 043 & switch(s) are in arc.ini

Code:
[External compressor:precomp]
 header = 0
 mem = 10
 packcmd = precomp -slow {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
 
 [External compressor:srep]
 ;options = l%d (minimal match length, default=512)
 header = 0
 packcmd = srep {options} -a1 -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
Reply With Quote