Command line parameter for Name in Title-bar
Posted: 21.05.2016, 13:55
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:
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.
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"
For umlauts the batch file should be saved in a Western European DOS-850 encoding and with the extension .bat.