MTX.exe - The Console version of the cls-mtx.dll by BLACKFIRE69

Masquerade

Новичок


Features:
  • Supports all methods that supported "cls-mtx.dll".
  • An external configuration file is not required.
  • Has more capabilities than cls-mtx.dll.
  • Supports {compressor} keyword.
  • Instead of arc.ini, users can define a custom configuration file. (You can go through the directory.)
  • Supports custom tmp directory.

Arc.ini:
Код:
[External compressor:precomp, precomp32, precomp048]
header    = 0
packcmd   = "bin\Precomp\precomp.exe" -cn -intense0 -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = "bin\Precomp\precomp.exe" -r -o$$arcdatafile$$.tmp $$arcpackedfile$$.tmp


[External compressor:PrecompX, PrecompMTX]
header = 0
packcmd   = MTX.exe a:precomp32 -c:128m -t:100p - - <stdin> <stdout>
unpackcmd = MTX.exe x:precomp32 -t:4 - - <stdin> <stdout>
Код:
[External compressor:rz, razor, rz64]
header    = 0
packcmd   = "bin\Rz Compressor\rz64.exe" a -d 128m $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = "bin\Rz Compressor\rz64.exe" e -y $$arcpackedfile$$.tmp $$arcdatafile$$.tmp


[External compressor:RazorX, RazorMTX]
header = 0
packcmd   = MTX.exe a:rz64 -c:64m -t:100p - - <stdin> <stdout>
unpackcmd = MTX.exe x:rz64 -t:4 - - <stdin> <stdout>
Input Types:
Код:
1. $$arcdatafile$$.tmp
2. <stdin>
Output Types:
Код:
1. $$arcpackedfile$$.tmp
2. <stdout>
Additional options: (for both compression and decompression)
Код:
----------------------------------------------------------------------------
MTX.ini:


[MTX]
Config=..\config0.ini
TmpPath=C:\Users\Rexton\Desktop\temptest\
----------------------------------------------------------------------------



config =:
you can travel through the directory as follows,

0. default is arc.ini.
1. Config=arc.ini
2. Config=.\config0.ini
3. Config=..\arc.ini
4. Config=..\..\arc.ini
5. Config=D:\My Compressor\CFGFile\config0.ini ( without or without quotes (") )



TmpPath =: full path. ( without or without quotes (") )
Topic: https://www.fileforums.com/showthread.php?t=103853
 

Вложения

Masquerade

Новичок
MTX.exe Feature update v.3.0.0.0
What's New:
  • Some improvements.

  • A new key (MainPath) has been added to MTX.ini.
    -- this allows you to set the root directory manually.
    -- MTX.exe can be executed within a sub-folder.

  • There is no need to rename "mtx.ini" (as before).
    -- before: MTX64.exe ---> MTX64.ini --> [MTX64]
    -- now : MTX64.exe ---> MTX.ini --> [MTX]

  • Added an example for XLolz.
  • Added an example for MASKS.
Additional Options For both Compression and the Decompression:
Код:
-----------------------------------------------------------------------------
[MTX]
MainPath=..\..\
Config=arc.ini
//TmpPath=C:\Users\Rexton\Desktop\temptest\
-----------------------------------------------------------------------------



// config := default is arc.ini (current directory).

// config = arc.ini            <--- MainPath\arc.ini
// config = cfg\config0.ini        <--- MainPath\cfg\config0.ini 



// TmpPath= full path.  ( with or without quotes (") )
 

Вложения

Сверху