Guest_imported
New member
- Jan 1, 1970
- 0
I'm trying to automate a test process that brings up three hyperterminals and requires a lot of user interaction. I've been looking at tcl/expect(Windows NT version of tcl/expect) to automate this process for me however, I am stuck. I am able to spawn off the hyperterminal process, however I am unsure how to switch control over to the hyperterm so I can actually do the automation. I've looked through a couple of books and scanned the man pages and I can't find anything on it. This may be really easy, but due to my inexperice I'm stuck. Can tcl/tk/expec do this and if so what is the neccesary steps. Any help would be greatly appreciated!! Thanks!