View Single Post
  #5  
Old 03-10-2020, 11:29
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,404 Times in 637 Posts
Masquerade is on a distinguished road
Quote:
Originally Posted by Balaji007 View Post
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.
Reply With Quote
The Following 4 Users Say Thank You to Masquerade For This Useful Post:
Abbat (18-03-2021), Balaji007 (03-10-2020), BLACKFIRE69 (03-10-2020), Nezha (07-10-2020)