View Single Post
  #148  
Old 29-05-2021, 22:14
:( Sad8669 :( Sad8669 is offline
Registered User
 
Join Date: Oct 2020
Location: -
Posts: 203
Thanks: 97
Thanked 188 Times in 101 Posts
:( Sad8669 is on a distinguished road
Brother, I have mentioned it before, that you have to use <stdin> <stdout>.

Here, for your satisfaction i have tested it on your favourite tool.

$$arcdatafile$$.tmp $$arcpackedfile$$.tmp :
Code:
FreeArc 0.67 (March 15 2014) updating archive: Data.arc
Compressing 1 file, 5,656,576 bytes. Processed   0%
Compressing 5,656,576 bytes with "Resources\OodleRec\oo2reck" e $$arcdatafile$$.tmp $$arcpackedfile$$.tmp

Errorlevel=0

ERROR: general (de)compression error in oo2reck
<stdin> <stdout> :
Code:
FreeArc 0.67 (March 15 2014) updating archive: Data.arc
Compressed 1 file, 5,656,576 => 6,925,113 bytes. Ratio 122.43%
Compression time: cpu 0.02 sec/real 1.18 sec = 1%. Speed 4.78 mB/s
All OK
Arc.ini :
Code:
[External compressor:oo2reck,oo2recs,oo2recm]
header    = 0
packcmd   = "Resources\OodleRec\{compressor}" e <stdin> <stdout>
Note : All test are performed using Tiny Compressor v1.4 and always use <stdin> <stdout> when using constants.
Reply With Quote