This article is from the Windows NT Internet FAQ, by sscoggin@enet.net (Steve Scoggins) with numerous contributions by others.
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: