#1
|
|||
|
|||
Send data to multiple session in same time
Hello.
I made a script to open multiple SSH connections in different tabs. Once opened, I made another script to send different commands in same time to every connections. The only way I found was with the tab number. Set objCurrentTab = crt.GetTab (3) objCurrentTab.Screen.Send "COMMAND" & Chr (13) I am looking for a solution to be sent data with the name of tab (or connection) not with the number of tab to be sure i send the data to the right equipement. exemple: Set objCurrentTab = crt.GetTab ("TAB NAME") Does anyone have an idea how? |
#2
|
||||
|
||||
Quote:
However, you can write a wrapper function that iterates over all existing tabs and compares each tab's caption with a specified string value (name). In the script examples "sticky", you'll see an entry there named "Get Tab By Name". The "Get Tab By Name" example will show you how to accomplish your objective. Does this get you closer to where you'd like to be? --Jake
__________________
Jake Devenport VanDyke Software Technical Support YouTube Channel: https://www.youtube.com/vandykesoftware Email: support@vandyke.com Web: https://www.vandyke.com/support |
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|