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

  1. ;The Well 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. ; This option selects an alternate method of sending mail if you are having
  10. ; problems with SMTP posting.  You must place this line somewhere in the
  11. ; [Switches] section of your Eudora.ini file.
  12. ; UsePOPSend=1
  13. ;
  14. timeout 60
  15. cancelon "NO CARRIER"BUSY"NO DIALTONE"Login incorrect"
  16. ;
  17. send ATDT {DialNumber}\r
  18. waitfor CONNECT
  19. ;
  20. pause 1
  21. send \r
  22. pause 1
  23. send \r
  24. waitfor ogin:
  25. send {PopLogin}\r
  26. waitfor ssword:
  27. send {PopPass}\r
  28. waitfor "Options):"Help):"
  29. send exec srialpop\r
  30. waitfor %
  31. ;
  32.