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