home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mswindo / apps / 7580 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.7 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!spool.mu.edu!olivea!inews.Intel.COM!sc9!bhouser
  2. From: bhouser@sc9.intel.com (Brad Houser)
  3. Newsgroups: comp.os.ms-windows.apps
  4. Subject: Re: PC+ Help requested (SCRIPTS!!!!)  (LONGISH)
  5. Message-ID: <C1GxKp.DnG@inews.Intel.COM>
  6. Date: 26 Jan 93 15:55:36 GMT
  7. References: <1993Jan26.022659.1145@midway.uchicago.edu>
  8. Sender: news@inews.Intel.COM (USENET News System)
  9. Reply-To: bhouser@sc9.intel.com
  10. Organization: Intel Corporation, California Technology Development
  11. Lines: 41
  12. Nntp-Posting-Host: libra
  13.  
  14.  
  15. In article <1993Jan26.022659.1145@midway.uchicago.edu>, wak4@ellis.uchicago.edu (Valentine) writes:
  16. >    I have tried many times and failed to write a logon script for my school's 
  17. >UNIX system.  The problem comes when the host computer asks for a few carriage
  18. >returns to determine speed.  I have never been able to get PC+ to hit carriage
  19. >returns in such a manner as to please the host. 
  20.  
  21. [STUFF DELETED]
  22.  
  23. >;Recorded script. Editing may be required.         
  24. >proc main
  25. >   transmit "^M"
  26. >   waitfor "ENTER CLASS "
  27. >   transmit "tip^M"
  28. >   waitfor "ONNECTED ^M^J"
  29. >   transmit "^M^M^M"
  30.              ^^^^^^^^^^^^^^^ THESE ARE SENT AT FULL SPEED
  31. >   waitfor "cc-tip>"
  32. >   transmit "term download^M"
  33. >   waitfor "cc-tip>"
  34. >   transmit "ellis^M"
  35. >   waitfor "login: "
  36. >   transmit "wak4^M"
  37. >   waitfor "Password:"
  38. >   transmit "PASSWORD^M"
  39. >   waitfor "TERM = (vt100) "
  40. >   transmit "^M"
  41. >endproc
  42.  
  43. Try separating your 3 ^M's with pauses.
  44.  
  45. TRANSMIT "^M"
  46. PAUSE 1
  47. TRANSMIT "^M"
  48. PAUSE 1
  49. TRANSMIT "^M"
  50.  
  51. --
  52. [Brad Houser                                                         ]
  53. [                            bhouser@sc9.intel.com                   ]
  54. [+1-408-765-0494                               Fax: +1-408-765-0513  ]
  55.