home *** CD-ROM | disk | FTP | other *** search
- ***************************************************************************
- * G E N I E . S C R --- Script for logging into GENIE system *
- ***************************************************************************
- * *
- * Script: Genie.Scr *
- * *
- * Purpose: Connects to GENIE system. Designed for use as *
- * attached script in dialing directory. *
- * *
- * Invocation: *
- * *
- * Execute "Genie" *
- * *
- * Remarks: *
- * *
- * Change the values of "username" and "password" to those of *
- * your own GENIE account. *
- * *
- ***************************************************************************
- *
- * Wait for system to wake up
- Suspend 300
- * Send logon request
- SText "HHH|"
- * Wait for username prompt
- WaitString "U#="
- * Send user id/password -- PUT YOURS HERE
- SText "username,password|"