View Single Post
  #7  
Old 29-07-2015, 18:31
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 495 Times in 114 Posts
gozarck is on a distinguished road
Hello rabbit0x1.

Well depends what's files do you need to storing.

Quote:
$text
readme.*
*.txt
*.doc
$binary
*.pdf
$default
$compressed
*.7z
*.arc
*.rar
*.zip
$wav
*.wav
here an example to storing text so add "/$text=0" at the final of your method.
Code:
-msrep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:lc8/$text=0
Also you can create your own Label for specific extension.

1-Create txt file and write your custom label.
example for bik videos.
Code:
$bink
*.bik
2-Rename your txt file with the name "arc" and "extension" groups arc.groups

3-Copy arc.groups in the same folder of "arc.exe"


4-add the label to your method.

Code:
-msrep64+delta+lzma64:a1:mfbt4:d158m:fb273:mc1000:lc8/$bink=0
so all the video files (*.bik) are storing.
__________________
-the science of the useless-

Last edited by gozarck; 29-07-2015 at 19:06. Reason: Update
Reply With Quote
The Following 4 Users Say Thank You to gozarck For This Useful Post:
78372 (18-08-2017), Alash Als (04-08-2015), mubbii (28-11-2018), RamiroCruzo (19-09-2015)