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

  1. ;Portal
  2. ;
  3.  
  4. set CRLFProcessing=0
  5. set TelnetCommand=telnet \{system} \{port}\r\n
  6. ;
  7. ;
  8. Timeout 60
  9. cancelon ^ERROR^NO CARRIER^NO DIALTONE^BUSY^Login incorrect^
  10. send ATDT {DialNumber}\r
  11. waitfor CONNECT
  12. send \r
  13. waitfor help:
  14. send shell\r
  15. waitfor ogin:
  16. send {PopLogin}\r
  17. waitfor ssword:
  18. send {PopPass}\r
  19. pause 2
  20. ;waitfor problem and are working on correcting it
  21. waitfor vt100
  22. send \r
  23. waitfor %
  24. send exec srialpop\r
  25. waitfor %
  26.