Automate Windows tasks and manipulate Windows functions, with AutoIt


AutoIt is a free scripting language able to automate a lot of tasks in Windows. Its was designed for PC “roll out” situations to reliably automate and configure thousands of PCs.

AutoIt has evolved and become a language that supports very complex expressions and functions.

You can use AutoIt to script mouse movements and keystrokes, to handle processes and interact with Windows.

AutoIt can create GUIs. It can also cooperate with Windows DLLs and APIs.

The program provides detailed documentation, and more.

1 Response

  1. Mark says:

    I wanted to point out vbscript macro template. It is a template for using VBScript to automate windows. It’s already built in, and by using the template, the commands are easier than autoit, in my opinion anyway. Just my 2 cents. I like autoit too. Good article.