lotus

previous page: 4B-5: How do I avoid having to click on the DONE button to complete theslip/ppp connect when using rasphone?
  
page up: Windows NT Internet FAQ
  
next page: 4B-7: Does anyone know how to put in a delay in switch.inf scripts?

4B-6: How do I bypass my slip/ppp service providers long banner textin the script language?




Description

This article is from the Windows NT Internet FAQ, by sscoggin@enet.net (Steve Scoggins) with numerous contributions by others.

4B-6: How do I bypass my slip/ppp service providers long banner textin the script language?

The following is one method submitted by (Chris Pirih)
pirih@eskimo.com

Chris indicates that a better way to do this is as follows:

COMMAND=mypassword<cr>
OK=<match>"unity%"
LOOP=<ignore><cr>
COMMAND=ppp<cr>

The following is a second method submitted by Jason John Schwarz
(jschwarz@gandalf.ksmith.com)

For the following example:

OK for those other people who's host sends long strings of stuff
when they initially login here is a fix, I admit it is not pretty,
and if somebody has a better one I would like to see it, but this
works at my site, and it seems to be the only thing that does work.

[cc00du]
COMMAND=<cr>
ERROR_NO_CARRIER=<match>"NO CARRIER"
OK=<match>"login:"

COMMAND=myusername<cr>
ERROR_NO_CARRIER=<match>"NO CARRIER"
OK=<match>"Password:"

COMMAND=mypassword<cr>
OK=<ignore>

COMMAND=
OK=<ignore>

COMMAND=
OK=<ignore>

COMMAND=
OK=<ignore>

COMMAND=
OK=<ignore>

COMMAND=
OK=<ignore>

COMMAND=
OK=<ignore>

COMMAND=
OK=<ignore>

COMMAND=
OK=<ignore>

COMMAND=<cr>
OK=<ignore>

COMMAND=<cr>
OK=<match>"unity%"

COMMAND=ppp<cr>
ERROR_NO_CARRIER=<match>"NO CARRIER"
CONNECT=<match>"Using name=mario"



 

Continue to:













TOP
previous page: 4B-5: How do I avoid having to click on the DONE button to complete theslip/ppp connect when using rasphone?
  
page up: Windows NT Internet FAQ
  
next page: 4B-7: Does anyone know how to put in a delay in switch.inf scripts?