View Single Post
  #1  
Old 15-10-2021, 08:45
Masquerade Masquerade is offline
Registered User
 
Join Date: Jan 2020
Location: Monte d'Or
Posts: 1,217
Thanks: 294
Thanked 1,405 Times in 637 Posts
Masquerade is on a distinguished road
Piggybacking off the advice given by Cesar,

You can merge both your srep and srep64 methods into one packcmd providing the exes are in the same folder as arc.exe:

Code:
Code:

[External compressor:srep, srep64]
header = 0
packcmd   = {compressor} -a1 -m5f $$arcdatafile$$.tmp $$arcpackedfile$$.tmp
unpackcmd = {compressor} -d $$arcpackedfile$$.tmp $$arcdatafile$$.tmp
Here, {compressor} constant holds the name of the compressor used, e.g. -msrep64 will give {compressor} the value of srep64.

Since FreeArc will look for .exe files by default, filling {compressor} with srep64 will have freearc look and successfully detect srep64.exe.
Reply With Quote
The Following User Says Thank You to Masquerade For This Useful Post:
Cesar82 (15-10-2021)
Sponsored Links