home *** CD-ROM | disk | FTP | other *** search
- ***************************************************************************
- * B I X . S C R --- Script for connecting to Byte Infor Exchange *
- ***************************************************************************
- * *
- * Script: Bix.Scr *
- * *
- * Purpose: Connects to Byte Information Exchange (BIX) service *
- * through TymNet network. *
- * *
- * Invocation: *
- * *
- * Execute "Bix" *
- * *
- * Remarks: *
- * *
- * Change the values of "username" and "password" to those of *
- * your own Bix account. *
- * *
- ***************************************************************************
- *
- * Define action for end-of-screen processing
- When ".More." "|"
- * Wait a few seconds for network to activate
- Suspend 50
- * Send terminal identifier
- SText "a|"
- * Wait for username prompt
- WaitString "user name:"
- * Indicate Bix is desired
- SText "bix|"
- * Wait for name prompt
- WaitString "Name?"
- * Send user name -- PUT YOURS HERE
- SText "username|"
- * Wait for password prompt
- WaitString "Password:"
- * Send password -- PUT YOURS HERE
- SText "password|"
- * Wait for messages prompt
- WaitString "You have"
- * Wait for command prompt
- WaitString ":"
- * Stop When activity
- When "" ""