Quote:
Originally Posted by BLACKFIRE69
Cesar,
" cls-mtx.dll" supports this feature, since v2.0.0.3.
and unpackcmd should be like, ( without inverted commas (") ) (i'll fix this issue in the next update.)
Code:
not
unpackcmd = "Res\Bcm\{compressor}" -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
|
Without double quotes (") in the path names, if the path has spaces then I think it will detect the path to the space and the rest will be interpreted as another parameter causing errors.
Code:
[External compressor:bcm]
header = 0
unpackcmd = Res\Bcm Compressor\{compressor} -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
I will look forward to future updates.
Thank you.