home *** CD-ROM | disk | FTP | other *** search
- ***************************************************************************
- * F I D O . S C R --- Script for logging into FIDO BBS system *
- ***************************************************************************
- * *
- * Script: Fido.Scr *
- * *
- * Purpose: Connects to FIDO system. Designed for use as *
- * attached script in dialing directory. *
- * *
- * Invocation: *
- * *
- * Execute "Fido" *
- * *
- * Remarks: *
- * *
- * Change the values of "firstname", "lastname", and "password" *
- * to those of your own FIDO account. *
- * *
- ***************************************************************************
- *
- * Send some spaces until system wakes up
- Repeat
- SText " "
- Waitstring "Your FIRST name:" 2
- Until ( WaitFound OR ( NOT Connected ) )
- *
- * Carrier dropped -- quit.
- If ( NOT Connected ) Then
- Exit
- EndIf
- * Send first name, last name.
- * PUT YOURS HERE.
- *
- Stext "firstname lastname|"
- *
- * Reply "y" to validation prompt
- *
- Waitstring "Y,n"
- Stext "y|"
- *
- * Wait for password prompt and then
- * send password.
- * PUT YOURS HERE.
- *
- Waitstring "assword:"
- Stext "password|"