home *** CD-ROM | disk | FTP | other *** search
- // A user of mine named Fred has a really weird menu when he logs
- // in to the Internet. He must press C then ENTER to continue,
- // then press ENTER again, then choose '0' from the menu
- // to get on the UNIX SHELL.
- //
- // Ain't that a pain!
- //
- // So here's Fred's login:
- //
- WAIT 10
- SEND fred
- SEND ENTER
- WAIT 3
- SEND password
- SEND ENTER
- WAIT 2
- SEND c
- SEND ENTER
- WAIT 6
- SEND ENTER
- WAIT 5
- SEND 0
- SEND ENTER
- RETURN
-