home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. CD ROM (Annual Premium Edition)
/
premium.zip
/
premium
/
WINUTIL2
/
UC3G_1.ZIP
/
WILDCAT.SCR
< prev
Wrap
Text File
|
1992-07-15
|
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