PDA

View Full Version : Help me about cmd compress ?


photuong1994
30-12-2014, 06:22
I am using OS Windows 8 64 bit

And I repack by using cmd compress with code:

echo off
Color A
arc.exe a -ep1 -dses --dirs -s; -ld- -di -i2 -r -w.\ Data\Data-01.rar -mprecomp+delta+msc+srep+lzma:max:a1:mfbt4:d146m:fb 128:mc1000:lc8 --HeadersPassword="Slenderman" "C:\Compress\*"

When I finish, I only have 1 file bin with 1kb

http://upanh.biz/images/2014/12/30/178FNh.png

and 1 folder

http://upanh.biz/images/2014/12/30/2HCFhX.png

freearcxxxxxxxxx.tmp inside it, which has 2 below files.

http://upanh.biz/images/2014/12/30/3ljLUy.png

I don't know how to repack file bin with freearcxxxxxxxxx.tmp folder ?

Someone please help me ?:mad:

felice2011
30-12-2014, 09:38
Add or Controls arc.ini
[External compressor:msc]
header = 0
packcmd = msc c -v {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

arc.exe a -ep1 -dses --dirs -s; -lc- -di -i2 -r -mprecomp+msc:raw=1:bmf=9:ddsraw=1:bmp=1+srep:a1:l5 12+lzma:255mb:normal:bt4:273:lc8 data-A.bin packeddata\*

without using the "MSC (media streams compressor)" works perfectly tested..;)

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\*"

photuong1994
30-12-2014, 17:40
Add or Controls arc.ini
[External compressor:msc]
header = 0
packcmd = msc c -v {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

arc.exe a -ep1 -dses --dirs -s; -lc- -di -i2 -r -mprecomp+msc:raw=1:bmf=9:ddsraw=1:bmp=1+srep:a1:l5 12+lzma:255mb:normal:bt4:273:lc8 data-A.bin packeddata\*

without using the "MSC (media streams compressor)" works perfectly tested..;)

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\*"

I still make a mistake when I follow you.

http://upanh.biz/images/2014/12/31/Capture.png:(

felice2011
31-12-2014, 01:21
I still make a mistake when I follow you.

http://upanh.biz/images/2014/12/31/Capture.png:(

Try to remove the spaces in folder names..:rolleyes:

Razor12911
31-12-2014, 02:49
Just add quotes for that. " "
Another concern, don't you think that it is absurd to include all methods in one slot? Especially the media stream compressor and precomp part, media files can only be compressed with msc, and precomp will never work, so why include it? I think that those are just events that cannot occur at the same time.