ZanaxNL 0 Posted April 27, 2011 Hey, I need some help. I have a scirpt but it most work only when he read that specif text in that specif window. Like if he see HI in notepad then he must run my script.. What function can be used for that. i couldn't find it : ( Thx Zanax Share this post Link to post Share on other sites
wakillon 403 Posted April 27, 2011 $text = WinGetText("[CLASS:Notepad]", "")MsgBox(0, "Text read was:", $text) AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites