View Single Post
  #1  
Old 26-12-2022, 04:17
TheGh0stie13 TheGh0stie13 is offline
Registered User
 
Join Date: Oct 2022
Location: Somewhere in this time and galaxy
Posts: 22
Thanks: 11
Thanked 17 Times in 5 Posts
TheGh0stie13 is on a distinguished road
[Compressor]cmix

I DID NOT MAKE THIS

syntax
Code:
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

Code:
[External compressor:cmix]
packcmd   = cmix.exe -n $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = cmix.exe -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
Attached Files
File Type: 7z cmix.7z (832.7 KB, 46 views)

Last edited by TheGh0stie13; 26-12-2022 at 04:18. Reason: removed dictnry (un-needed)
Reply With Quote
The Following User Says Thank You to TheGh0stie13 For This Useful Post:
Guravkov2010 (26-12-2022)
Sponsored Links