Quote:
Originally Posted by Balaji007
Can you explain about masks?
|
Masks allow you to use more than one method for different files in an archive
Different methods are specified with groups, which you can write yourself into the file "arc.groups" next to your arc.exe for compression.
Write your group as example:
Code:
$nameofgroup
*.filename
*.otherfile
Then we can use this in our compression method:
Code:
srep+lolz/$nameofgroup=rzx
So here, all of the files defined in the $nameofgroup list will be compressed using rzx, where all other files will be compressed with srep+lolz.