home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 June
/
PCWorld_1998-06_cd.bin
/
software
/
sharware
/
komunik
/
QMODEM
/
ALLSCRPT.ZIP
/
RBBS.SCR
< prev
next >
Wrap
Text File
|
1986-02-15
|
806b
|
30 lines
. This Script can be customized easily for RBBS Auto Logons
.
. Replace FIRSTNAME with your real first name.
. Replace LASTNAME with your real last name.
. Replace PASSWORD with you normal password.
Note Logging onto an RBBS
Timeout 30 Halt Waitfor limit to 30, error goto Halt
Waitfor 'More (Y)' Wait for the string
Send 'N{' Send N { = <CR>
Waitfor 'Name'
Send 'FIRSTNAME;LASTNAME;PASSWORD{'
Timeout 30 Continue If the Board remembers us, skip
Waitfor 'More (Y)' the next Waitfor...
Send 'N{' Goto Continue
Continue:
Note You are now logged on!
Exit
Halt:
Note Unsuccessful Attempt.
Note Script Halted