[EMAIL PROTECTED] (Mike Blatchley) wrote on 20.02.96 in <[EMAIL PROTECTED]>:
> The chat sequence is formatted as expect-send *pairs*. The "expect"
> entry comes before the "send", so after your 'ppp' command is sent, if
> that is the last entry in your script, nothing else is expected.
Well, the following works for my SLIP login, where I have to wait for some
string ("SLIP") or else the line dies when I start to send too early (in
fact, the problem is now effectively gone thanks to a change on the
server, but that was the reason for the script being as it is):
connect "chat -v '' ATZ OK ATD444444 ogin: llllll ord: pppppp SLIP"
So it doesn't need to have only pairs.
MfG Kai