On Windows XP I need a way to be able get the text from a window in a loop, preferably just the last line of text, or if not just the last line, then to get all the text and compare it to the last time it went through and check for changes.
The goal is to have the script running all the time and when the text changes in the window to make a noise or send an email or something so that I can know that a new line was entered and what it was.
Unfortionately Im not the best programmer around and havent been able to get the text from the window in the first place, and theres no way I know of to get it (its not a command line program so I cant redirect its output or anything that I know of). The rest Im fairly sure I can do, but I could use help getting started.
Thanks
The goal is to have the script running all the time and when the text changes in the window to make a noise or send an email or something so that I can know that a new line was entered and what it was.
Unfortionately Im not the best programmer around and havent been able to get the text from the window in the first place, and theres no way I know of to get it (its not a command line program so I cant redirect its output or anything that I know of). The rest Im fairly sure I can do, but I could use help getting started.
Thanks