home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-11-16 | 384 b | 27 lines | [TEXT/TPLM] |
- AutoType "ATDT2960375^M"
- @Label1
- If Prompt = "CONNECT" Then @Start
- If Prompt = "NO CONNECT" Then @Stop
- GoTo @Label1
-
- @Start
- Pause 1
- @Label2
- AutoType "^C"
- Set Timer 2
- @Label3
- If Line = "User ID:" Then @Label4
- If Timer Off Then @Label2
- GoTo @Label3
-
- @Label4
- AutoType "71460,2534^M"
- @Label5
- If Prompt = "Password:" Then @Label6
- GoTo @Label5
-
- @Label6
- AutoType "HOUSE*MAGNET^M"
- @Stop
- Quit
-