home *** CD-ROM | disk | FTP | other *** search
- # Login.cmd for Network-USA
- #
- output "atz"\013
- wait 3
- if ! [input 10 OK\n]
- display "Modem is not responding"\n
- abort
- end
- %n = 0
- repeat
- if %n = 5
- display "Too many dial attempts"\n
- abort
- end
- output "ATDT5430240"\013
- %ok = [input 60 CONNECT]
- %n = %n + 1
- until %ok
- input 10 \n
- wait 30 dcd
- input 30 "alpha login: "
- output "Sl0000nn"\013
- input 30 "Password: "
- output "<your_password>"\013
-