Feature req.: default parameters for other packer than ZIP

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Feature req.: default parameters for other packer than ZIP

Post by *Sheepdog »

Somtimes I use other packer than zip (mostly ARJ for I'm familiar to the command line switches). I wonder if it will be possible to save default switches and pass them over when packing format is selected.

E.g. I mostly use with arj the -jm -m switch for best compression and sometimes -jf to include drive letter. If I want a selfextracting archive I've only to append -je. Now I have always to apend these switches to the preset pack command.

It would be nice to have a section in wincmd.ini

Code: Select all

[packerdefaults]
arj -jm -m -je -jf
rar  -mmf -av -m5

to select the dafault switches for each packer upported dirctly from TC.


sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
norfie
Power Member
Power Member
Posts: 1194
Joined: 2003-02-18, 14:18 UTC

Post by *norfie »

Last edited by norfie on 2004-09-11, 08:40 UTC, edited 1 time in total.
User avatar
Clo
Moderator
Moderator
Posts: 5731
Joined: 2003-12-02, 19:01 UTC
Location: Bordeaux, France
Contact:

Direct---

Post by *Clo »

2Sheepdog
:) Hi Stefan !
• Good idea! But why not directly in the path ?

Code: Select all

[Packers]
ARJ=C:\compress\Arj32.exe -je
* Like for the buttons..

:mrgreen: VG
Claude
Clo
#31505 Traducteur Français de TC French translator Aide en Français Tutoriels Français English Tutorials
User avatar
Black Dog
Power Member
Power Member
Posts: 1024
Joined: 2003-02-05, 22:17 UTC
Location: Odessa
Contact:

Post by *Black Dog »

[face=courier]On 18-05-2004 18:24:27 +0000 Sheepdog wrote:

S> It would be nice to have a section in wincmd.ini
[^Y]
S> to select the dafault switches for each packer upported
S> dirctly from TC.


Why don't you just place them in packer configuration after executable like this:

RAR:
RAR Packer:

drive\path\rar.exe -av -m5

Or you just like to reinvent the bicycle?

S> rar -mmf -av -m5

What the hack is "-mmf"?

You can use rar.ini to store your favorite settings, e.g.:

____________transmission_from_rar.ini_____________

switches= -m5 -s -md4096 -t -rr -dh -ri1:10 -os -ow -isnd -ilog -ts2

_______________end_of_transmission________________[/face]
Post Reply