@Oldguard1990
I can't help you.
As you can see I have the same question for pakrat2k2.
I think that you need to edit arc.ini file so it should look like this:
Quote:
[External compressor:srep]
;options = l%d (minimal match length, default=512)
header = 0
packcmd = srep {options} -m3f -l512 -c256 -a4 -lc $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = srep -d -s $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
[External compressor recomp]
header = 0
packcmd = precomp -intense0 -c- {options} -o$$arcpackedfile$$.tmp $$arcdatafile$$.tmp
unpackcmd = precomp -o$$arcdatafile$$.tmp -r $$arcpackedfile$$.tmp
|
But I'm not sure, you can test it if you want.
Here you can read more about it:
http://freearc.org/FreeArc040-eng.htm
Search for Use of memory.
Hope it helps.