home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!spool.mu.edu!olivea!inews.Intel.COM!sc9!bhouser
- From: bhouser@sc9.intel.com (Brad Houser)
- Newsgroups: comp.os.ms-windows.apps
- Subject: Re: PC+ Help requested (SCRIPTS!!!!) (LONGISH)
- Message-ID: <C1GxKp.DnG@inews.Intel.COM>
- Date: 26 Jan 93 15:55:36 GMT
- References: <1993Jan26.022659.1145@midway.uchicago.edu>
- Sender: news@inews.Intel.COM (USENET News System)
- Reply-To: bhouser@sc9.intel.com
- Organization: Intel Corporation, California Technology Development
- Lines: 41
- Nntp-Posting-Host: libra
-
-
- In article <1993Jan26.022659.1145@midway.uchicago.edu>, wak4@ellis.uchicago.edu (Valentine) writes:
- > I have tried many times and failed to write a logon script for my school's
- >UNIX system. The problem comes when the host computer asks for a few carriage
- >returns to determine speed. I have never been able to get PC+ to hit carriage
- >returns in such a manner as to please the host.
-
- [STUFF DELETED]
-
- >;Recorded script. Editing may be required.
- >proc main
- > transmit "^M"
- > waitfor "ENTER CLASS "
- > transmit "tip^M"
- > waitfor "ONNECTED ^M^J"
- > transmit "^M^M^M"
- ^^^^^^^^^^^^^^^ THESE ARE SENT AT FULL SPEED
- > waitfor "cc-tip>"
- > transmit "term download^M"
- > waitfor "cc-tip>"
- > transmit "ellis^M"
- > waitfor "login: "
- > transmit "wak4^M"
- > waitfor "Password:"
- > transmit "PASSWORD^M"
- > waitfor "TERM = (vt100) "
- > transmit "^M"
- >endproc
-
- Try separating your 3 ^M's with pauses.
-
- TRANSMIT "^M"
- PAUSE 1
- TRANSMIT "^M"
- PAUSE 1
- TRANSMIT "^M"
-
- --
- [Brad Houser ]
- [ bhouser@sc9.intel.com ]
- [+1-408-765-0494 Fax: +1-408-765-0513 ]
-