From: Pavlo Bykov (slidersv@gmail.com)
Date: Fri Jul 04 2008 - 20:19:30 ART
Hello.
It all depends on the software you use to emulate terminal.
For secureCRT for example you can use this LOGON script, (when logging in to
TS):
--- #$language = "VBScript" #$interface = "1.0"crt.Screen.Synchronous = True
' Skript pro RA, aby se mohl pripojovat k TS
Sub Main crt.Screen.Send "Insert-hostname-or-IP-here" & vbCr crt.Screen.Send vbCr crt.Screen.WaitForString ">" crt.Screen.send chr(30) & "x" crt.Screen.WaitForString ">"
crt.Screen.Send "Insert-hostname-or-IP-here" & vbCr crt.Screen.Send vbCr crt.Screen.WaitForString ">" crt.Screen.send chr(30) & "x" crt.Screen.WaitForString ">"
End Sub ---
Insert as many blocks as you wish of course, and don't include dashes.
Regards,
Pavel Bykov
On Fri, Jul 4, 2008 at 9:52 PM, ccie <ccie@just-horizon.com> wrote:
> Hi Gs, > > Is there any scripting or automated process to open all my tty lines, > instead on wasting one minute of opening them individually > > R1 > > Ctlr+Shift+6 then x > > R2 > > Ctlr+Shift+6 then x > > R3 > > Ctlr+Shift+6 then x > > .etc > > How I could automate that? > > Regards, > > Amin > > > _______________________________________________________________________ > Subscription information may be found at: > http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Mon Aug 04 2008 - 06:11:53 ART