Automate Windows tasks and manipulate Windows functions, with AutoIt
by
·
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.
Related Posts:
- Manipulate individual harmonics and use subtractive synthesis, with FlexibeatzII Sequencer
- Automate Windows tasks with AutoHotKey
- Automate tasks, even simulating keystrokes and mouse events, with Macro Maker
- Simulate human interaction to automate frequent tasks, with UiPath Studio
- Automate and improve your web experience with Greasemonkey Scripts for Firefox
- Manage, schedule, automate, pause and resume your downloads, with Mipony
- Marxio Timer, Reminder and Scheduler lets you automate over 16 actions
- Automate sorting, filing data, copying and moving between folders, with DropIt
Comments are closed
Tags: AutoHotKeyAutoitautomateManipulationMouse MovementWindows AutomationWindows Tasks
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.