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

  1. ;CTSNet 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 CRLFProcessing=0
  7. set TelnetCommand=telnet \{system} \{port}\r\n
  8. set SMTPHELOString=cts.com
  9. ;
  10. Timeout 60
  11. Cancelon |NO DIALTONE|BUSY|NO CARRIER|
  12. ;
  13. send ATDT {DialNumber}\r
  14. waitfor login:
  15. send {poplogin}\r
  16. waitfor Password:
  17. send {PopPass}\r
  18. waitfor "TERM"
  19. send \r
  20. Pause 1
  21. send \r
  22. waitfor %
  23. send exec srialpop\r
  24. waitfor %
  25. ;
  26.