home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mswindo / apps / 7353 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.0 KB  |  33 lines

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