home *** CD-ROM | disk | FTP | other *** search
- ***************************************************************************
- * N O C H A N G E . S C R --- Script for logging into NOCHANGE BBS system *
- ***************************************************************************
- * *
- * Script: Nochange.Scr *
- * *
- * Purpose: Connects to NOCHANGE system. Designed for use as *
- * attached script in dialing directory. *
- * *
- * Invocation: *
- * *
- * Execute "Nochange" *
- * *
- * Remarks: *
- * *
- * Change the values of "firstname", "lastname", and "password" *
- * to those of your own NOCHANGE account. *
- * *
- ***************************************************************************
- *
- * Send CR to wake up BBS.
- SText "|"
- * Wait for linefeeds question.
- *
- WaitString "CARRIAGE RETURN (Y/N)"
- *
- * Say YES.
- SText "Y|"
- * Wait for graphics question.
- *
- WaitString "NOCHANGE GRAPHICS (Y/N)"
- *
- * Say YES. (Make sure entry is set
- * to ANSI/BBS emulation in dialing
- * directory!)
- SText "Y|"
- * Wait for name prompt.
- *
- WaitString "YOUR FIRST NAME?"
- *
- * Enter name and password.
- * PUT YOURS HERE.
- *
- SText "firstname;lastname;password|"