Maybe put something in your script like:
 Code:
Sleep 10 ;script waits for 10 seconds
Get $RC ;script waits for input of one char and puts it in variable $RC
It maybe gives you time to read the message.

Maybe you can post your code?