Quote:
Originally Posted by BLACKFIRE69
that's not a problem. you can set the path without ("). ( note that: for cls-mtx  )
like this..
Code:
[External compressor:bcm]
header = 0
packcmd = Res\Bcm Compressor\{compressor} -9 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = Res\Bcm Compressor\{compressor} -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
works well....
|
Thank you!
But if the path was something like that, would it work too?
Code:
[External compressor:bcm]
header = 0
packcmd = Res\Bcm compressor\bcm -9 $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = Res\Bcm -decompressor\bcm -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp