home *** CD-ROM | disk | FTP | other *** search
- ***************************************************************************
- * C I S . S C R --- Script for connecting to CompuServe *
- ***************************************************************************
- * *
- * Script: Cis.Scr *
- * *
- * Purpose: Connects to CompuServe. *
- * *
- * Invocation: *
- * *
- * Execute "Cis" *
- * *
- * Remarks: *
- * *
- * Change the values of "user,id" and "password" to those of *
- * your own CIS account. *
- * *
- ***************************************************************************
- *
- * Wait a few seconds for network to activate
- Suspend 300
- * Wake up CompuServe
- SText "^C"
- * Wait for userid prompt
- WaitString "User"
- * Send userid -- PUT YOURS HERE
- SText "user,id|"
- * Wait for password prompt
- WaitString "Password:"
- * Send password -- PUT YOURS HERE
- SText "password|"
- * Wait for main prompt
- WaitString " !"
- * Turn on CompuServe B protocol
- SetParam "BP" "1"
- *