home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Logon Script for the WILDCAT! BBS system
- ;
- ; This script is to be linked to your Phone Book entry(s)
- ; that run the Wildcat! BBS system. It is also assumed that
- ; the password field for each entry has been completed so
- ; this script can be linked to multiple entries.
- ;
-
- Waitfor "Name? " ; Look for name prompt
-
- Send "Firstname Lastname^M" ; Send your first and last name
-
- Waitfor "Password:" ; Wait for the Password prompt
-
- Send "$PASSWORD^M" ; Send the password stored in the
- ; phone book for the dialed entry.
- Exit
-