#1
|
|||
|
|||
Caption of active tab
Hello,
Since I upgraded to latest version of SecureCRT (9.0.1), the caption of the active tab is not changed any more by my script. I open a ssh session (File->Connect in tab), and then I run a VBS script. When the following line is executed Code:
crt.window.Caption = hostname With my new SecureCRT version, the caption of SecureCRT windows is changed with the content of the 'hostname' varaible (and the caption of the current tab is the propmt of the ssh session). I tried several things but I do not manage to change the caption of the active tab. Any idea ? Thank you! Below an extract of the script: Code:
# $language = "VBScript" # $interface = "1.0" Sub main crt.Screen.Synchronous = True ... hostname = ...... ... crt.window.Caption = hostname crt.Screen.Synchronous = False End Sub Last edited by cboyack; 05-13-2021 at 07:08 AM. Reason: Please use [CODE] and [/CODE] tags to denote areas of code |
Tags |
caption , tab , window |
Thread Tools | |
Display Modes | Rate This Thread |
|
|