home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / convergent / ctdiaxdoc.txt < prev    next >
Text File  |  2020-01-01  |  205b  |  14 lines

  1. set modem hayes
  2. set terminal vt100
  3. set line [comm]b
  4. set speed 1200
  5. dial 9,15551212
  6. output \\13
  7. input 15 quest
  8. output vax\\13
  9. input 15 login:
  10. output myname\\13
  11. input 15 word:
  12. output mypassword:\\13
  13. connect
  14.