View Single Post
  #2  
Old 25-10-2015, 23:55
RamiroCruzo's Avatar
RamiroCruzo RamiroCruzo is offline
Registered User
 
Join Date: Jul 2015
Location: India
Posts: 184
Thanks: 386
Thanked 171 Times in 75 Posts
RamiroCruzo is on a distinguished road
Cool

Quote:
Originally Posted by edward99 View Post
there is no information about it on previous page
Code:
[External compressor:precomp]  header = 0  packcmd = precomp -slow -t-j {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp  unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp  [External compressor:srep]  ;options = l%d (minimal match length, default=512)  header = 0  packcmd = srep {options} -a1 -m3f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp  unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmpp  [External compressor:msc] header = 0 packcmd   = msc c -v {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
__________________
We are such stuff as dreams are made on, and our little life is rounded with a sleep.
Reply With Quote