; This Logon Script is for the MS-DOS TBBS Version And Works. ; ; If you need a TBBS BBS to try it with call (512)464-8792 ; 300/1200/2400 baud "Star Fleet Command Center" or just need help. ; ; Logon Script for the TBBS BBS system ; ; This script is to be linked to your Phone Book entry(s) ; that run the TBBS 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 "ALAN;ELY^M" . Send your name and a CR Waitfor "Is this correct? " Send "Y" Waitfor "Password:" . Wait for the Password prompt Send "$PASSWORD^M" . Sent the password stored in the ; phone book for the dialed entry. Exit