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