Download securecrt.tlb type library
# $language = "VBScript"
# $interface = "1.0"
'library:c:\mytypelib\securecrt.tlb
'Dim crt As SecureCrt.crt
' This script simulates an F3 keypress (VT100 keyboard)
Sub Main
' Simulate F3 by sending ESC-OR
'
crt.screen.Send Chr(27) & "OR"
End Sub
VbsEdit provides Intellisense for SecureCRT!
Home
Copyright © 2001-2024 adersοft