My script is failing at the "waitfor" command, not recognizing the trigger text when it's displayed on the screen.
I've created capture files and recorded scripts to make sure I look for the correct text coming across the screen, and the capture file and script both show the same data that I've specified.
I'm using the line
waitfor "O) Logoff"
and have tried including a time out value, no time out value, and "FOREVER". Unfortunately, the code following the "waitfor" either gets executed prematurely (if it timesout) or, when FOREVER is used, never gets executed.
I'll be glad to get some help on THIS one!
I've created capture files and recorded scripts to make sure I look for the correct text coming across the screen, and the capture file and script both show the same data that I've specified.
I'm using the line
waitfor "O) Logoff"
and have tried including a time out value, no time out value, and "FOREVER". Unfortunately, the code following the "waitfor" either gets executed prematurely (if it timesout) or, when FOREVER is used, never gets executed.
I'll be glad to get some help on THIS one!