View Single Post
  #2  
Old 30-12-2014, 09:38
felice2011's Avatar
felice2011 felice2011 is offline
Registered User
 
Join Date: Feb 2011
Location: italy
Posts: 836
Thanks: 357
Thanked 1,158 Times in 390 Posts
felice2011 is on a distinguished road
Add or Controls arc.ini
[External compressor:msc]
header = 0
packcmd = msc c -v {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

Code:
arc.exe a -ep1 -dses --dirs -s; -lc- -di -i2 -r -mprecomp+msc:raw=1:bmf=9:ddsraw=1:bmp=1+srep:a1:l512+lzma:255mb:normal:bt4:273:lc8 data-A.bin packeddata\*
without using the "MSC (media streams compressor)" works perfectly tested..

Code:
echo off
Color A
InstallFiles\arc.exe a -ep1 -dses --dirs -s; -ld- -di -i2 -r -w.\ Data\Data-01.rar -msrep+delta+lzma:a1:mfbt4:d200m:fb128:mc10000:lc8 --HeadersPassword="Slenderman"  "C:\Compress\*"

Last edited by felice2011; 30-12-2014 at 09:50.
Reply With Quote
The Following User Says Thank You to felice2011 For This Useful Post:
photuong1994 (30-12-2014)