home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / autont20.zip / FREDLOG.SCR < prev    next >
Text File  |  1994-08-11  |  440b  |  25 lines

  1. //  A user of mine named Fred has a really weird menu when he logs
  2. //  in to the Internet.  He must press C then ENTER to continue,
  3. //  then press ENTER again, then choose '0' from the menu
  4. //  to get on the UNIX SHELL.
  5. //
  6. //  Ain't that a pain!
  7. //
  8. //  So here's Fred's login:
  9. //
  10. WAIT 10
  11. SEND fred
  12. SEND ENTER
  13. WAIT 3
  14. SEND password
  15. SEND ENTER
  16. WAIT 2
  17. SEND c
  18. SEND ENTER
  19. WAIT 6
  20. SEND ENTER
  21. WAIT 5
  22. SEND 0
  23. SEND ENTER
  24. RETURN
  25.