home *** CD-ROM | disk | FTP | other *** search
/ ftp.qualcomm.com / 2014.06.ftp.qualcomm.com.tar / ftp.qualcomm.com / eudora / eudorapro / windows / extras / dialup / holonet.nav < prev    next >
Text File  |  1997-03-26  |  712b  |  34 lines

  1. ;Holonet service provider
  2. ;
  3. ; If you make a change to this file you should change the name (line above)
  4. ; and copy it into the scripts directory (in case you change scripts).
  5. ;
  6. set TelnetCommand=telnet \{System} \{Port}\r\n
  7. set CRLFProcessing=0
  8. ;
  9. timeout 60
  10. ;
  11. cancelon |NO CARRIER|BUSY|NO DIALTONE|
  12. ;
  13. send ATDT {DialNumber}\r
  14. waitfor CONNECT
  15. pause 1
  16. send \r\n
  17. ;
  18. waitfor Username:
  19. send holonet9600\r\n
  20. waitfor Password:
  21. send terminal download\r\n
  22. waitfor psinet_ts>
  23. send holonet9600\r\n
  24. ;
  25. waitfor HoloNet Member Name (Non-members type "guest"):
  26. send {DialLogin}\r\n
  27. waitfor Password:
  28. send {DialPass}\r\n
  29. ;
  30. waitfor Please enter your terminal type (? for examples) or <CR> for none:
  31. send Eudora\r
  32. waitfor Eudora:
  33. ;
  34.