home *** CD-ROM | disk | FTP | other *** search
- ***************************************************************************
- * R E D R Y D E R . S C R --- Script for logging into RedRyder host *
- ***************************************************************************
- * *
- * Script: RedRyder.Scr *
- * *
- * Purpose: Connects to RedRyder host system. Designed for use as *
- * attached script in dialing directory. *
- * *
- * Invocation: *
- * *
- * Execute "RedRyder" *
- * *
- * Remarks: *
- * *
- * Change the values of "firstname", "lastname", and "password" *
- * to those of your own RedRyder account. *
- * *
- ***************************************************************************
- *
- * Wait for first name prompt.
- WaitString "ame"
- * Send first name.
- * PUT YOURS HERE.
- *
- SText "firstname|"
- * Wait for last name prompt.
- WaitString "ame"
- * Send last name.
- * PUT YOURS HERE.
- *
- SText "lastname|"
- * Wait for password prompt.
- WaitString "word"
- * Send password name.
- * PUT YOURS HERE.
- *
- SText "password|"