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.
Default dialogs options customization
Moderators: Hacker, petermad, Stefan2, white
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:
(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)

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`)))"