home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
pibterm
/
pibt41e3.arc
/
RBBSO.SCR
< prev
next >
Wrap
Text File
|
1988-02-26
|
2KB
|
37 lines
***************************************************************************
* R B B S O. S C R --- Script for logging into old RBBS BBS system *
***************************************************************************
* *
* Script: RbbsO.Scr *
* *
* Purpose: Connects to old RBBS system without automatic speed detect. *
* This script is meant for use as attached script in *
* dialing directory. *
* *
* Invocation: *
* *
* Execute "RbbsO" *
* *
* Remarks: *
* *
* Change the values of "firstname", "lastname", and "password" *
* to those of your own RBBS account. *
* *
***************************************************************************
*
* Send a few carriage returns to
* wake up RBBS.
REPEAT
Stext "|"
WaitString "ame:" 3
UNTIL ( WaitFound )
* Quit if not connected.
IF ( NOT Connected ) THEN
Exit
ENDIF
*
* Send first name, last name, and password.
* PUT YOURS HERE.
*
SText "firstname;lastname;password|"