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

  1. ;Glasnet
  2.  
  3. set TelnetCommand=telnet \{system} \{port}\r\n
  4. set CRLFProcessing=0
  5.  
  6. timeout=60
  7.  
  8. cancelon ^ERROR^NO CARRIER^NO DIALTONE^BUSY^
  9. send ATDP {DialNumber}\r
  10.  
  11. waitfor login:
  12. send {DialLogin}\r\n
  13. waitfor Password:
  14. send {DialPass}\r\n
  15.  
  16. waitfor terminal type):
  17. send \r\n
  18.  
  19. waitfor selection:
  20. send pop\r\n
  21.  
  22. ;This is only if when you see the selection:  menu choice and type an i, you 
  23. ;get to a UNIX prompt.  There is no way for me to tell this here.  If you do 
  24. ;get a UNIX prompt when you type and i at the selection: prompt, then 
  25. ;continue the serial.nav as below: 
  26. ;
  27. ;waitfor (whatever the UNIX prompt looks like) 
  28. ;send exec srialpop
  29. ;
  30. waitfor %
  31.  
  32.