home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EZ Est 1999 April
/
EZ_Est_April_1999_April_1999.iso
/
UTIL
/
WINTCPIP
/
DATA1.CAB
/
Program_Files
/
Cccn00.scp
next >
Wrap
Text File
|
1997-09-12
|
451b
|
27 lines
proc main
; Set the port settings so we can wait for
; non-gibberish text.
set port databits 7
set port parity even
transmit "^M"
waitfor "Name:"
transmit "CCCN00^M"
waitfor "UIC:"
transmit "dv-"
transmit $USERID
transmit "^M"
waitfor "Entering PPP mode."
; Set the port settings back to allow successful
; negotiation.
set port databits 8
set port parity none
endproc