home *** CD-ROM | disk | FTP | other *** search
- ***************************************************************************
- * O P U S . S C R --- Script for logging into OPUS BBS system *
- ***************************************************************************
- * *
- * Script: Opus.Scr *
- * *
- * Purpose: Connects to OPUS system. Designed for use as *
- * attached script in dialing directory. *
- * *
- * Invocation: *
- * *
- * Execute "Opus" *
- * *
- * Remarks: *
- * *
- * Change the values of "firstname", "lastname", and "password" *
- * to those of your own OPUS account. *
- * *
- ***************************************************************************
- *
- * Wait for name prompt.
- Waitstring "Your FIRST name:" 2
- * Carrier dropped -- quit.
- If ( NOT Connected ) Then
- Exit
- EndIf
- * Didn't get "FIRST name" prompt -- quit.
- If ( NOT WaitFound ) Then
- Exit
- Endif
- *
- * Send first name, last name.
- * PUT YOURS HERE.
- *
- SText "firstname lastname|"
- *
- * Reply "y" to validation prompt
- *
- Waitstring "Y,n"
- Stext "y|"
- *
- * Wait for password prompt and then
- * send password.
- * PUT YOURS HERE.
- *
- Waitstring "assword:"
- Stext "password|"