Page 1 of 1

Default dialogs options customization

Posted: 2009-11-04, 10:22 UTC
by slavne
Hi everybody,
I could not find a way to customize the DEFAULT OPTIONS shown on dialog menus. For example, I often use File pack (Alt+F5) and every time I have to check "Create separate archives" over and over again.

It would be useful if there would be any way to customize default options on dialog menus.

Posted: 2014-12-04, 11:32 UTC
by slavne
Anybody ????????

Posted: 2014-12-04, 11:48 UTC
by MVV
Wow, you're really patient. :)
It seems that no one else was interested in that, and that there's no way to set such setting.
However you can use some kind of scripting tools to open pack dialog and check that option, and you can even assign a shortcut (like default Alt+F5) for such command. E.g. using a button/usercommand with my TCFS2:

Code: Select all

Command: TCFS2.exe
Parameters: /ef "eval(tcm(508, 1) + send_wait(`%%n+{tab 6}`, findwnd(`TDLGZIP`)))"
(here %n sends Alt+N to check your desired option, where N is an underscored character of checkbox text - change it according to your translation)