View Single Post
  #1  
Old 06-08-2017, 09:46
Simorq's Avatar
Simorq Simorq is offline
Registered User
 
Join Date: Mar 2014
Location: Iran
Posts: 642
Thanks: 3,602
Thanked 1,308 Times in 464 Posts
Simorq is on a distinguished road
Question [Compressor]

Code:
Srep TMP
[External compressor:srep]
header = 0
packcmd   = SREP64 {options} -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = SREP64 -d {options} -s - - <stdin> <stdout>
Code:
Srep TMP+Stdout
[External compressor:srep]
packcmd = srep64 {options}-m5f $$arcdatafile$$.tmp - <stdout>
unpackcmd = srep64 -d {options} - - <stdin> <stdout>
Code:
Srep Stdin
[External compressor:srep]
header = 0
packcmd   = SREP64 {options} -m5f - - <stdin> <stdout>
unpackcmd = SREP64 -d {options}  -s - - <stdin> <stdout>
Which method is better?

Last edited by Simorq; 06-08-2017 at 09:51.
Reply With Quote
Sponsored Links