home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RBBS in a Box Volume 1 #2
/
RBBS_vol1_no2.iso
/
001g
/
forbin.scr
< prev
next >
Wrap
Text File
|
1989-03-01
|
851b
|
41 lines
;
; QuickLearn Script generated at 12:16:09 on 02-20-89
; May require editing before use.
;
TurnON 8_BIT
TurnOFF LINEFEED
TurnON XON/XOFF
TurnOFF NOISE
TurnOFF MUSIC
TurnON SCROLL
TurnOFF PRINT
TurnOFF ECHO
TurnOFF SPLIT
TurnOFF BS_DEL
;
TimeOut 30 ; Set Waitfor timeout to 30 seconds
Waitfor "want ANSI Graphics (Enter)=no?"
Delay 100
Send "n^M"
Waitfor "What is your first name?"
Delay 100
Send "Firstname Lastname^M" ; Be sure to change this line!
Waitfor "Password (Dots will echo)?"
Delay 100
Send "Password^M" ; And this line too!
Waitfor "Since 'Last Read' (Enter)=yes?"
Delay 100
Send "^M"
Waitfor "Press (Enter) to continue?"
Delay 100
Send "^M"
Waitfor "Command?"
Delay 100
Exit ; End of Script