home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.apps
- Path: sparky!uunet!rei2!fox
- From: fox@rei.com (Fuzzy Fox)
- Subject: Re: Procomm Aspect question -
- Message-ID: <1993Jan21.164316.7085@rei.com>
- Date: Thu, 21 Jan 1993 16:43:16 GMT
- References: <5413.8.uupcb@uttsbbs.uucp>
- Organization: Recognition Equipment, Inc.
- Lines: 22
-
- >There just has
- >to be a way to fix this, the whole point of script files
- >is so you don't have to type. If anyone can help me I would
- >be greatly indebted.
-
- I use TeleMate for my modeming, and it has a script language construct
- that can be made like this:
-
- Repeat
- Put "^M" ; Press Return
- WaitFor "Enter Username:",1 ; Wait 1 second and check
- Until Found ; If not found, try again
-
- This will cause Telemate to press Enter until it gets some kind of
- response. I like this. Hopefully, ProComm has some sort of script
- construct that can do this, too.
-
- --
- #ifdef TRUE | Fuzzy Fox (a.k.a. David DeSimone) fuzzy@netcom.com
- #define TRUE 0 |
- #define FALSE 1 | "S-O-C-K-S ? Wow, Spanish *is* easy!!"
- #endif |
-