View Single Post
  #23  
Old 03-05-2017, 00:26
Bulat Bulat is offline
Registered User
 
Join Date: May 2016
Location: Moscow
Posts: 63
Thanks: 26
Thanked 50 Times in 27 Posts
Bulat is on a distinguished road
Quote:
5ccm2 = ccm2/$text=dict:p+lzp+ppmd:10:512mb/$wav=tta/$bmp=bmp/$jpg=jpg/$jpgsolid=precomp+rep:32/$iso=ecm+precomp+ccm2/$precomp=precomp+ccm2
this line means:
- compress group $text with dict:p+lzp+ppmd:10:512mb
- compress group $wav with tta
- ....
- compress remaining files with ccm2

groups are defined in arc.groups file. i.e.

$exe
*.exe
*.dll
$text
*.txt
$binary
*.x
*.y
$default
*.z

means that exe/dll files will be placed in group $exe, txt files into $text, x/y/z and all unspecified files (denoted by $default) - in group $binary

arc.groups also establishes file sorting order for compression

Last edited by pakrat2k2; 03-05-2017 at 06:31.
Reply With Quote
The Following 4 Users Say Thank You to Bulat For This Useful Post:
ffmla (03-05-2017), JRD! (03-05-2017), mikey26 (03-05-2017), shazzla (10-05-2017)