View Single Post
  #1  
Old 24-02-2022, 09:54
bunti_o4u's Avatar
bunti_o4u bunti_o4u is offline
Registered User
 
Join Date: Aug 2017
Location: India
Posts: 162
Thanks: 29
Thanked 172 Times in 61 Posts
bunti_o4u is on a distinguished road
Quote:
Originally Posted by Hexagon123 View Post
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..
Reply With Quote
Sponsored Links