home *** CD-ROM | disk | FTP | other *** search
- ***************************************************************************
- * I B B S . S C R --- Script for logging into IBBS BBS system *
- ***************************************************************************
- * *
- * Script: Ibbs.Scr *
- * *
- * Purpose: Connects to IBBS system. Designed for use as *
- * attached script in dialing directory. *
- * *
- * Invocation: *
- * *
- * Execute "IBBS" *
- * *
- * Remarks: *
- * *
- * Change the values of "IDnnnn" and "password" to your own. *
- * *
- ***************************************************************************
- *
- * Wait for name request
- *
- Waitstring "FIRST Name"
- * Quit if not connected.
- If ( NOT Connected ) Then
- Exit
- Endif
- * Send ID number and password.
- * Also request message reading from
- * last previous message.
- * PUT YOUR ID/PASSWORD HERE.
- *
- WaitQuiet 10
- Stext "IDnnnn;password;m;r;*|"
- *