home *** CD-ROM | disk | FTP | other *** search
- ***************************************************************************
- * P C B O A R D . S C R --- Script for logging into PCBOARD system *
- ***************************************************************************
- * *
- * Script: Pcboard.Scr *
- * *
- * Purpose: Connects to PCBoard system. Designed for use as *
- * attached script in dialing directory. *
- * *
- * Invocation: *
- * *
- * Execute "PCBoard" *
- * *
- * Remarks: *
- * *
- * Change the values of "firstname", "lastname", and "password" *
- * to those of your own PCBoard account. *
- * *
- * Also see the script "PCBPASS.SCR" for a more robust script for *
- * PCBOARD systems. *
- * *
- ***************************************************************************
- *
- * Wait for graphics prompt.
- WaitString "=no? "
- * Indicate we want graphics.
- SText "Y|"
- * Wait for name prompt.
- WaitString "name? "
- * Send name and password.
- * PUT YOURS HERE.
- *
- SText "firstname lastname password|"