home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1994 February
/
CHIP0294.ISO
/
digital
/
dfue
/
terminal
/
unicom
/
pcboard.sc_
/
pcboard.sc
Wrap
Text File
|
1993-04-22
|
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