Re: Hypertermianl
From: Fosco (fake_at_fake.invalid)
Date: 07/09/04
- Next message: Salvador Hernandez: "Saving MS-Excel sheets with VBScript"
- Previous message: Lucifer: "ex5.5 migration - Script import and export mailboxes to DL"
- In reply to: timgerr: "Hypertermianl"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 09 Jul 2004 04:53:21 GMT
"timgerr"
> I was wondering if it was possible to write a vbscript that
> will send commands to hyperterm?
set oShell = CreateObject("WScript.Shell")
oShell.run"C:\PROGRA~1\ACCESS~1\HYPERT~1\HYPERTRM.EXE"
WScript.Sleep 5500
oShell.SendKeys"{esc}"
oShell.SendKeys"at~"
'replace WScript.Sleep 5500 with
While not oShell.AppActivate("HYPERTRM caption")
wscript.Sleep 100
Wend
-- Fosco
- Next message: Salvador Hernandez: "Saving MS-Excel sheets with VBScript"
- Previous message: Lucifer: "ex5.5 migration - Script import and export mailboxes to DL"
- In reply to: timgerr: "Hypertermianl"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|