AutoIT: a not-so-basic scripting language
Wednesday, March 21st, 2007

AutoIT is a Basic-like scripting language that allows you to automate the Windows GUI, interacting with on-screen controls in a way that simulates a human user. AutoIT can generate keystrokes and mouse clicks, interacting with dialog boxes and menus along with its use as a general scripting language. You can enter text, resize windows, drag objects around the screen, and much more–things that VBScript will not allow you to do.
There is a large online forum with examples and ideas for ways to harness the power of this tool.
AutoIT is self-contained, not relying on other DLLs or registry entries. You can even compile your scripts into stand-alone executables, with no runtime module needed.








