|
|
Change Dialog Font |
|
Changes the Font for each Win32s Dialog box in a TKK.
Catalyst /F TTKName AppFname [FontName:FontName] FontSize [/open]
|
/F |
Change Dialog Font |
|
TTKName |
Tag used to specify the filename of a TTK. |
|
AppFname |
Application Name of file whose Win32s Dialog boxes are to be modified |
|
FontName:FontName |
Tag to specify the name of the font to use. The FontName must comply with the Microsoft font naming convention. |
|
FontSize |
Size of the Font in Points. |
|
/open |
Launches MS Notepad and displays the content of CatalystBatchLog.txt when the ezScript command finishes. |
This example will set the font for all Dialogs objects within CiscoApp.exe to MS Sans Serif with a font size of 14 points.
Catalyst /F File.ttk CiscoApp.exe FontName:"MS Sans Serif" 14