
Thank you for the help.
ken
Code: Select all
// wait place to click on EPIC to be certain it is the active program.
Wait>5
ScreenCapture>0,0,1121,239,%TEMP_DIR%\screenrect.bmp
//Find and Move Mouse Center of
FindImagePos>%BMP_DIR%\image_2.bmp,SCREEN,0,1,XArr,YArr,NumFound,EXACT
If>NumFound>0
MouseMove>XArr_0,YArr_0
WriteLn>C:\epic2015ken\epiROSproject\foundimageconfirm.txt,nWLNRes,found image
Endif