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

  1. ;Internet Express
  2. ;
  3. ;
  4. set CRLFProcessing=0
  5. set TelnetCommand=telnet \{system} \{port}\r\n
  6. ;
  7. Timeout 60
  8. cancelon ^Username/Password Incorrect^NO CARRIER^NO DIALTONE^BUSY^Connection closed by foreign host^
  9. send ATDT {DialNumber}\r
  10. waitfor CONNECT
  11. waitfor ername:
  12. send {poplogin}\r
  13. waitfor ssword:
  14. send {PopPass}\r
  15. waitfor continue
  16. send c\r
  17. waitfor continue...
  18. send \r
  19. waitfor selection >
  20. send 0\r
  21. waitfor CNS>
  22. send exec srialpop\r
  23. waitfor %
  24.  
  25.