# Wait for Hyperterminal Window

**URL:** https://www.finalbuilder.com/forums/t/wait-for-hyperterminal-window/4314
**Category:** Discussion
**Created:** [June 27, 2008, 8:20am UTC](https://www.finalbuilder.com/forums/t/wait-for-hyperterminal-window/4314 "2008-06-27T08:20:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mholbert](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/m/7c8e57/32.png) [@mholbert](https://www.finalbuilder.com/forums/u/mholbert)
#### Post date: [June 27, 2008, 8:20am UTC](https://www.finalbuilder.com/forums/t/wait-for-hyperterminal-window/4314/1 "2008-06-27T08:20:57Z")

</div>

I am building a project to automate the process of dialing into a bulletin board with hyperterminal.&nbsp; I should mention i'm a newbie. After a good bit of work, i finally got it to launch hyperterminal, open the appropriate ht file and dial.&nbsp; Now I working on signing in, and i can't figure out how to tell Automise to wait until the curser appears in the hyperterminal window.

Anybody have thoughts how to do that?&nbsp; Does anyone know how to launch hyperterminal with a paramater so I can simplify the first part of the process?

Thanks in advance for the help.&nbsp;

MH

---

<div class="post-metadata">

### Author: ![tate](https://www.finalbuilder.com/forums/letter_avatar_proxy/v4/letter/t/e19b73/32.png) [@tate](https://www.finalbuilder.com/forums/u/tate)
#### Post date: [June 30, 2008, 3:41am UTC](https://www.finalbuilder.com/forums/t/wait-for-hyperterminal-window/4314/2 "2008-06-30T03:41:25Z")

</div>

You can launch hyperterminal with parameters like this:   
  
 hypertrm.exe/ttelnet address[:port]   
  
 technet article here, go down to the command line section:   
 [http://technet2.microsoft.com/windowsserver/en/library/ba10b12e-04fd-4757-b867-357dcb98367e1033.mspx?mfr=true](http://technet2.microsoft.com/windowsserver/en/library/ba10b12e-04fd-4757-b867-357dcb98367e1033.mspx?mfr=true)   
  
 not sure if that works with dialing thought.   
  
 To get Automise to pause, you can use the “Delay” action.   
  
 hth.   
 .t8
