Quote:
Originally Posted by Masquerade
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.
|
Ok thanks for your information friend
__________________
If you will smile,You will live long
Just like the haters,they are helping to improve your skills.
|