home *** CD-ROM | disk | FTP | other *** search
- ;Sample Log-On Command File for VERSAdial v 1.3 and ProComm v 2.4.2
- ;By Allen Brunson, David Rhoten, and Gizmo
- ;01-88
-
- ;This is an example of a script for automatically logging onto a
- ;PC-Board BBS, ver. 12.x
-
- BEGIN:
- WAITFOR "=no?" ;Wait for "Graphics?" prompt, and
- TRANSMIT "Yes!" ; send response
-
- TIMEOUT1_LABEL: ;Provide a loop in case a long
- WAITFOR "name?" ; opening screen causes the
- IF NOT WAITFOR ; WAITFOR to time out
- GOTO TIMEOUT1_LABEL
- ENDIF
-
- TRANSMIT "First Last!" ;Send full name; PC-B knows not
- ; to prompt for second name
- TIMEOUT2_LABEL: ;Loop point in case BBS has a
- WAITFOR "echo)?" ; large user-base, while waiting
- IF NOT WAITFOR ; for the password prompt.
- GOTO TIMEOUT2_LABEL
- ENDIF
-
- TRANSMIT "password!" ;Send password