home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 3
/
Chip_Hitware_Vol_03.iso
/
chiphit3
/
win95
/
programm
/
unicom
/
rbbs.sc_
/
rbbs.sc
Wrap
Text File
|
1992-08-15
|
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