Page 1 of 1

Command line parameter for Name in Title-bar

Posted: 21.05.2016, 13:55
by matthias5154
Is it a big problem to create a command line parameter for a small user defined title-bar-text? The FC-Auto-title-bar-text can still stay behind the user defined text.

This will be nice for starting FreeCommander XE with a batch file.
2 example lines:

Code: Select all

Start "Arbeitsplattform" "C:\Program Files\FreeCommander XE\FreeCommander.exe" /Layout="Arbeitsplattform" /Title="Arbeitsplattform"
Start "Dokumente" "C:\Program Files\FreeCommander XE\FreeCommander.exe" /Layout="Dokumente" /Title="Dokumente"
The batch file can contain enough such lines for all my layouts.... But then are a little bit much instances open, but 5-8 should run without problems.
For umlauts the batch file should be saved in a Western European DOS-850 encoding and with the extension .bat.

Re: Command line parameter for Name in Title-bar

Posted: 22.05.2016, 22:32
by Marek
Under Settings-View you can define the pattern for the caption. Layout is possible too.
Currently the layout title will be showed if you select layout from the menu.
I have made the change for the release 724 so the layout title will be showed if layout is passed in the command line.