From: Jeanette Russo <[EMAIL PROTECTED]>


    I think I see a problem; try this instead:

expect  nex:

pause 1
send  2
expect gin:

pause 1
send jrusso
expect word:

pause 1
send password


    I think the placement of the pauses in the one you posted was
causing the problem.  Think about it: the computer sends "2", waits 8
seconds, and _then_ starts watching for "gin:".  By that time, the
login: prompt has already come up, and the computer won't see it.


Reply via email to