Re: Hypertermianl

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Fosco (fake_at_fake.invalid)
Date: 07/09/04


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


Relevant Pages

  • Hypertermianl
    ... I was wondering if it was possible to write a vbscript that will send commands to hyperterm? ... I have to enter information into a automated phone system and want to script it. ...
    (microsoft.public.scripting.vbscript)
  • Re: Xcopy /D copies all files, not just newer
    ... OP already said they were writing a batch file, so I recommend vbscript. ... Why use built in commands if the issue here is a built in command was ... robocopy commands. ...
    (microsoft.public.windows.vista.general)
  • Error while invoking
    ... Am trying to invoke a application aithin VBScript using ... WSH object model and teh code looks like this ... Dim oShell ... Set oShell = WScript.CreateObject ...
    (microsoft.public.scripting.wsh)
  • Re: Search for AD Group in NTFS Permissions
    ... Your NUA is defective! ... Dont break attribution lines! ... Don't use VBScript just to run some commands! ...
    (microsoft.public.scripting.vbscript)
  • Re: Quick HyperTerminal Query
    ... I am trying to send AT commands to the phone but when I type ... indicates whether HyperTerm should display the characters you type ... But since most computer systems echo typed characters back to the ...
    (comp.programming)