#include Local $hBmp ; Capture full screen $hBmp = _ScreenCapture_Capture("") _ScreenCapture_SaveImage(@ScriptDir & "\ocr_01.PNG",$hBmp) Sleep(1000) _ScreenCapture_Capture(@ScriptDir & "\ocr_02.PNG") Sleep(1000) ShellExecute(@ScriptDir & "\ocr_01.PNG") Sleep(1000) ShellExecute(@ScriptDir & "\ocr_02.PNG")