Is there a way to compile AutoIt scripts in console mode that is not opening any message boxes? We are using AutoIt on a Jenkins build server. Every time an error occurs a message box opens, the build job is stopped and has to be killed. As the Jenkins node is running as a windows service there is no way to ever see the messagebox. We have implemented a bunch of precautions including running Au3Check in console mode and UnitTests before starting the build but unfortunately from time to time