Usage:
mtx:<Chunk_size>:<# of Threads>:<Compression_Method>
Example:
arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:precomp Packed\Data0.bf "Pack0\*"
arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:precomp+srep Packed\Data1.bf "Pack1\*"
arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:bcm Packed\Data2.bf "Pack2\*"
arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:bsc Packed\Data3.bf "Pack3\*"
arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:mpz Packed\Data4.bf "Pack4\*"
Arc.ini
[External compressor:bcm]
header = 0
packcmd = {compressor} -9 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = {compressor} -d $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
[External compressor:bsc]
header = 0
packcmd = {compressor} e $$arcdatafile$$.tmp $$arcpackedfile$$.tmp -b64 -e2 -cf
unpackcmd = {compressor} d - - <stdin> <stdout>
[External compressorrecomp]
header = 0
packcmd = {compressor} -cn -intense0 -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = {compressor} -r -o$$arcdatafile$$.tmp $$arcpackedfile$$.tmp
[External compressor:mpz]
header = 0
packcmd = {compressor} c <stdin> <stdout>
unpackcmd = {compressor} d <stdin> <stdout>
For Compression:
arc.ini
cls-mtx.dlle
For Decompression:
cls.ini
arc.ini
cls-mtx.dll
mtx:<Chunk_size>:<# of Threads>:<Compression_Method>
Example:
arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:precomp Packed\Data0.bf "Pack0\*"
arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:precomp+srep Packed\Data1.bf "Pack1\*"
arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:bcm Packed\Data2.bf "Pack2\*"
arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:bsc Packed\Data3.bf "Pack3\*"
arc.exe a -ep1 -r -ed -s; -w.\temp -mmtx:c64m:t4:mpz Packed\Data4.bf "Pack4\*"
Arc.ini
[External compressor:bcm]
header = 0
packcmd = {compressor} -9 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = {compressor} -d $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
[External compressor:bsc]
header = 0
packcmd = {compressor} e $$arcdatafile$$.tmp $$arcpackedfile$$.tmp -b64 -e2 -cf
unpackcmd = {compressor} d - - <stdin> <stdout>
[External compressorrecomp]
header = 0
packcmd = {compressor} -cn -intense0 -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = {compressor} -r -o$$arcdatafile$$.tmp $$arcpackedfile$$.tmp
[External compressor:mpz]
header = 0
packcmd = {compressor} c <stdin> <stdout>
unpackcmd = {compressor} d <stdin> <stdout>
For Compression:
arc.ini
cls-mtx.dlle
For Decompression:
cls.ini
arc.ini
cls-mtx.dll