View Single Post
  #1  
Old 14-11-2023, 10:00
Carldric Clement's Avatar
Carldric Clement Carldric Clement is offline
Registered User
 
Join Date: Aug 2014
Location: Toboh, Sabah, Malaysia
Posts: 596
Thanks: 599
Thanked 659 Times in 234 Posts
Carldric Clement is on a distinguished road
I did some full research on the eXdupe pre-process file. It looks like that was difficult to make it both stdin and stdout. So I did this to make it work by using the latest version of eXdupe like this:

Code:
[External compressor:exdupe]
header    = 0
packcmd   = exdupe -x0 -g1 -t2 $$arcdatafile$$.tmp -stdout <stdout>
unpackcmd = exdupe -R $$arcpackedfile$$.tmp -stdout <stdout>
Hope you guys can try if it works or not.

Last edited by Carldric Clement; 14-11-2023 at 10:29.
Reply With Quote
Sponsored Links