I'm newbie with Expect and need a simple functionality: wait for a user to press ANY key and then continue the flow. What command in the script should I use for this purpose ?
Thanks.
This entry on the tcl wiki should answer your question, but it does not use expect.
Could you please try this out:
expect "*\r"
expect_continue