home *** CD-ROM | disk | FTP | other *** search
- ***************************************************************************
- * R B B S O. S C R --- Script for logging into old RBBS BBS system *
- ***************************************************************************
- * *
- * Script: RbbsO.Scr *
- * *
- * Purpose: Connects to old RBBS system without automatic speed detect. *
- * This script is meant for use as attached script in *
- * dialing directory. *
- * *
- * Invocation: *
- * *
- * Execute "RbbsO" *
- * *
- * Remarks: *
- * *
- * Change the values of "firstname", "lastname", and "password" *
- * to those of your own RBBS account. *
- * *
- ***************************************************************************
- *
- * Send a few carriage returns to
- * wake up RBBS.
- REPEAT
- Stext "|"
- WaitString "ame:" 3
- UNTIL ( WaitFound )
- * Quit if not connected.
- IF ( NOT Connected ) THEN
- Exit
- ENDIF
- *
- * Send first name, last name, and password.
- * PUT YOURS HERE.
- *
- SText "firstname;lastname;password|"