AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages. AutoIt is also very small, self-contained and will run on all versions of Windows out-of-the-box.
Size: 11 MB
Authors: Jonathan Bennett, AutoIt Team
Default path: %ProgramFiles(x86):ProgramFiles%\AutoIt3
pbox install autoit
Show pbox.xml
<pbox version="1.0">
<name>autoit</name>
<version>3.3.12.0</version>
<title>AutoIt</title>
<group>utility</group>
<archs>32</archs>
<homedir>%ProgramFiles(x86):ProgramFiles%\AutoIt3</homedir>
<install>
<exec>".\exe\autoit-${version}.exe" /S /D=${homedir}</exec>
</install>
<uninstall>
<exec>"${homedir}\Uninstall.exe" /S</exec>
</uninstall>
</pbox>