Using vbscript to clone session to new window...
Good Day: I recently started creating vbscripts to use with SecureCRT, and I must say I'm glad that capability exists!
I currently launch a script which opens a SecureCRT window, allows me to log into a session, and then creates three session clones. What I'd like to do is have that same script bring up a second SecureCRT window, allow me to log into a session, and then make clones of that. From what little bit I've tried today, I can create the second SecureCRT window from the script and log in, but the script goes back and executes commands in the first window instead of the second window.
Does such capability exist? If not, is there a different way I could achieve this goal? My main focus is to have all the work be done by a single script.
Thanks!
|