My problem is, when I'm running a process that updates history, it may reach an account that is out of actions.
This causes the process to Halt until the user manually enters "C" and "ENTER."
So essentially, you may have to press "C" and "ENTER" hundreds of times.
Right now I have Macro scheduler running the process and it waits for the screen to Read "PROGRAM COMPLETE" before exiting.
Is it possible to have Macro Scheduler read the text on the screen, if the texts reads "YOU ARE OUT OF ACTIONS"
Then Macro Scheduler would execute the following code...
Code: Select all
Send>C
Press Enter
I am pretty unfamiliar with the whole looping process, so any help at all would be much appreciated!