Ideas about improving packer in TC

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
johnw
Junior Member
Junior Member
Posts: 7
Joined: 2008-08-09, 08:38 UTC

Ideas about improving packer in TC

Post by *johnw »

In total commander 8.5 b2a the rar packer helper says use winrar but the default is rar.exe. The create self extracting archive for rar type does not work. Would it be possible to allow more configuring of rar files to allow different levels of compression (best normal or store)? Can you allow a user to set switches on the rar compression?

Thanks for a great program.
User avatar
Gral
Power Member
Power Member
Posts: 1609
Joined: 2005-01-26, 15:12 UTC

Post by *Gral »

To get create self-extracting archive works you need proper DEFAULT.SFX module present in the same directory as RAR.EXE or WINRAR.EXE.
You can also specify commandline options for RAR or WINRAR in config dialog window e.g.:

Code: Select all

WINRAR.EXE -s- -m5 -kb -tl
-s-     Disable solid archiving (-s for enable)
-m5     use best compression method (-m0 for store)
-kb     Keep broken extracted files (if you use WINRAR for extraction too)
-tl     Set archive time to newest file
Post Reply