View Single Post
  #5  
Old 05-11-2020, 04:57
Evil_1993 Evil_1993 is offline
Registered User
 
Join Date: Sep 2020
Location: London
Posts: 6
Thanks: 11
Thanked 1 Time in 1 Post
Evil_1993 is on a distinguished road
Quote:
Originally Posted by Masquerade View Post
@Evil_1993

Try replacing STDIO with $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

e.g.

Code:
[External compressor:zstd]
header = 0
packcmd = zstd\zstd.exe {options} $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = zstd\zstd.exe -d -f -T2 $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
This command works tested
Reply With Quote