home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
qmodem
/
allscrpt.arc
/
RBBS13.SCR
< prev
next >
Wrap
Text File
|
1986-02-22
|
2KB
|
50 lines
.LINKED SCRIPT FOR RBBS VERSION 13.1A SYSTEMS;
.LINK IT TO YOUR QMODEM PHONE DIRECTORY ENTRY FOR ANY
.RBBS VERSION 13.1A SYSTEM(S).
.USE YOUR WORD PROCESSOR TO EDIT THIS FILE TO INCLUDE
. [1] Your FirstName;LastName;Password
. [2] Any RBBS Command
.COMMENTS ARE PREDEDED BY A PERIOD & REFER TO THE NEXT COMMAND LINE
.Display message on-screen only
NOTE ** LOGON TO RBBS VERSION 13.1A **
.The next line says to WAITFOR 60 seconds before halting script
TIMEOUT 60
.Set key parameters for RBBS
TURNOFF ECHO LINEFEED
.Call RBBS;
.phone number, bps, comm parameters depend on directory entry #
.RBBS 'logon' is one CR
SEND "{"
.Wait for RBBS to request your first name
.Some RBBS SYSOPS may modify this prompt; so you may have to edit the prompt
WAITFOR "What is your FIRST Name?"
.[1] Reply with your FirstName;LastName;Password for fastest logon
SEND "FIRSTNAME;LASTNAME;FAKE-PASSWORD{"
.Wait for RBBS to ask if you'd like to skip the bulletins
.Some RBBS SYSOPS may modify this prompt -- or not ask it;
.so you may have to edit the prompt or delete it (and the Y response)
WAITFOR "bulletins?"
.Respond with Y to skip the bulletins
SEND "Y{"
.Wait for RBBS to Request your input
WAITFOR "Main Functions <B,C,D,E,F,G,H,I,J,K,L,O,P,Q,R,S,U,V,W,X,?>?"
.[2] Send any RBBS command, like this one to read latest messages:
SEND "R;*{"
.Discontinue script processing; return control to keyboard
RETURN