PDA

View Full Version : [Compressor]cmix


TheGh0stie13
26-12-2022, 04:17
I DID NOT MAKE THIS

syntax
cmix version 19
Compress:

without dictionary: cmix -c [input] [output]
no preprocessing: cmix -n [input] [output]
only preprocessing: cmix -s [dictionary] [input] [output]
cmix -s [input] [output]
Decompress:

without dictionary: cmix -d [input] [output]


arc.ini

[External compressor:cmix]
packcmd = cmix.exe -n $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = cmix.exe -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp