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

  1. ;Holonet service provider (HPx or CPN class numbers)
  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|incorrect|
  12. ;
  13. send ATDT {DialNumber}\r
  14. waitfor CONNECT
  15. pause 1
  16. send \r
  17. pause 1
  18. send holonet\r:
  19. waitfor ember
  20. timeout 30
  21. send {DialLogin}\r
  22. waitfor word
  23. timeout 60
  24. send {DialPass}\r
  25. waitfor erminal
  26. send eudora\r
  27. waitfor Eudora:
  28. ;
  29.