In this post I will
cover the procedure of AutoIT script execution with the help of ant
build tool. As we know ant has java based library. But here I have set AutoIT
compiler with Ant's build.xml file and can execute AutoIT scripts
- Ant path must be set in to system environment variable.
- AutoIT installation directory path must be set in to system environment variable.
Below is a sample build.xml file for AutoIT script execution.