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>
Код:
1. $$arcdatafile$$.tmp
2. <stdin>
Код:
1. $$arcpackedfile$$.tmp
2. <stdout>
Код:
----------------------------------------------------------------------------
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 (") )
Вложения
-
3.7 MB Просмотры: 22