Quote:
Originally Posted by Hexagon123
XTool 2020 0.3.20 doesn't seem to work with multiple files then it crashes, but works with single file instead. Any solution?
|
Check your arc.ini file.
instead of using <stdin> <stdout>, you can try following options:
Option 1:
Code:
[External compressor:ZTool]
header = 0
packcmd = Resource64\ZTool\ztool e{:option} InFile - <stdout>
datafile = InFile
Option 2:
Code:
Replace - - <stdin> <stdout> with $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
Please let me know if it works for you..