; ; AutoIt Version: 3.0 ; Language: English ; Platform: Windows 2019/10/2016/8/2012/7/2008 ; Author: Core Technologies Consulting, LLC ; ; Script Function: ; Dismisses a message box with the title "Error Message" by clicking the OK button ; ; Try to activate the window. May not succeed in Session 0: ; https://www.coretechnologies.com/blog/miscellaneous/running-autoit-session-0/ WinActivate("Error Message") ; Click the "OK" button ControlClick("Error Message", "OK", "")