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

  1. ;Qualcomm Incorporated (Annex)
  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=stty -echo\ntelnet -r \{System} \{Port}\r
  7. set CRLFProcessing=1
  8. ;
  9. timeout 60
  10. cancelon "NO CARRIER"BUSY"NO DIALTONE"Username/Password Incorrect"
  11. ;
  12. send ATDT {DialNumber}\r
  13. waitfor CONNECT
  14. waitfor Annex
  15. send \r\n
  16. waitfor Annex username:
  17. pause 1
  18. send {DialLogin}\r\n
  19. waitfor password:
  20. pause 1
  21. send {DialPass}\r\n
  22. ; You may want to waitfor the first part of the system prompt in addition
  23. ; to the colon to make this script a little more robust.
  24. ; eg: waitfor annex
  25. waitfor :
  26. ;
  27.