im quite new to this but i can see how this tool could potentially make my life a whole lot easier so im really interested in learning!
i have 2 projects that im working on at the moment and im stuck in both

first i want to make an automation for a program that keeps getting a error message. this message only pops up around every 20 min. and it stops the program from running, as soon as there has been a click on the error, the program continues to run.
so my approach to this was to use waitscreenimage> and the add on image recognition software also provided on this page, to capture a screenshot of the error for the waitscreenimage to compare with.
but the problem is that when i start running this script (that seems to work) it eats all my cpu power. i guess it is because it searches the screen over and over really fast. is it possible to have the script search eg. once pr minute and would that make the script much lighter on the cpu?
would it also be possible to build in a way to stop the script after having clicked the error message away eg. 5 times? or is there a completely different approach to this that i have not thought of?
i was also thinking of a way to use waitwindowopen> but i have no clue how to tell the program to look for this error. the error does not show in the windows "toolbar" (the one in the bottom, between start and the clock

let me know what you think
on top of this already long description i will bother you with my other problem.
im trying to create a script that opens several hotmail accounts, but i have run into a problem.
Im trying to use the web automation tool and everything seems to work well untill i want to open another window to login to the next hotmail account. as soon as the script types in http://www.hotmail.com it is not sent to the login page but it is sent directly into the previously opened hotmail account so that i now have two windows showing the same hotmail account. when i try to replicate this myself by firstly logging into one account and then opening a new window and typing http://www.hotmail.com i am sent to the correct login screen.
So it would seem that the bot is doing something else than i am.
When recoding i am doing all steps exactly the same as when im logging in without the automation tool but the outcome is different.
Maybe there is a good way to do this without using the automation tool. all i really want to do is to open http://www.hotmail.com, put in my personal info and open a new window and do the same again.
hopefully i did not loose everyone on the way to the bottom of this long post.
Hope to get my scripting career kickstarted with some good input from you guys.
Kindly
Bruno