Hello Guys,
I am new to autoit. I want to run a program called PrinterInfo.exe, search for the the specific word " STATUS_PAPEROUT", if found then send email to desired recipient.
So far I have only able to run program, take a window capture save the window capture and then email the window capture to the recipient. But this is not what i want.
I have read posts which suggest that I should use WinGetText to retrieve the word, however I have still no idea as to how to search for the specific word " STATUS_PAPEROUT" and if present then send email.
Please help