home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1994 February
/
CHIP0294.ISO
/
digital
/
dfue
/
terminal
/
unicom
/
wildcat.sc_
/
wildcat.sc
Wrap
Text File
|
1993-04-22
|
237b
|
16 lines
; Log on Script File for WildCat BBS Systems
;
; Substitute your information for
; FIRST, LAST and PASSWORD
;
Delay 2000
Waitfor("ame ?")
Send("FIRST^M")
Waitfor("?")
Send("LAST^M")
Waitfor("]")
Send("PASSWORD^M")
exit