home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 3
/
Chip_Hitware_Vol_03.iso
/
chiphit3
/
win95
/
programm
/
unicom
/
pcboard.sc_
/
pcboard.sc
Wrap
Text File
|
1992-08-15
|
367b
|
15 lines
; PCBOARD login script for Unicom
;
Delay(2000)
Waitfor ("?") ; Do you want ansi graphics?
Delay(500)
Send ("Y^M) ; Set this to Y or N
Waitfor("name?")
Delay(500)
Send("FIRST^M") ; Set FIRST to your first name
Waitfor("?")
Delay(500)
Send("LAST^M") ; Set Last to your Last name
Waitfor(")")
Send("PASSWORD^M") ; Set PASSWORD to your password
exit