home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1994 February
/
CHIP0294.ISO
/
digital
/
dfue
/
terminal
/
unicom
/
rbbs.sc_
/
rbbs.sc
Wrap
Text File
|
1993-04-22
|
308b
|
20 lines
;RBBS-PC login script template for Unicom 3
;
Delay(1000)
Send("^M")
Waitfor("Escape")
Delay(2000)
Send("^[")
Waitfor("name?")
Delay(200)
Send("FIRST^M") ; Set this to your 1st name
Waitfor("name?")
Delay(200)
Send("LAST^M")
Waitfor("Password")
Delay(1500)
Send("YOURPASSWORD^M")
Exit