Sample scripts

SecureCrt

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.SendChr(27) & "OR"

EndSub



VbsEdit provides Intellisense for SecureCRT!


Download Now!



Home  

Copyright © 2001-2024 adersοft