Automate Windows and Dos tasks using AutoIt

Automate Windows and Dos tasks using AutoIt

Download AutoIt

Have you ever wanted to automate some of your more repetitive Windows or DOS tasks?
Well now you can using a freeware tool called AutoIt. AutoIt is an easy to use automation program that allows you to convert EXE files to AutoIt scripts then launch the newly converted script. The power in this application lies within it’s ability to pass parameters to the script at run time. This software could be used in conjunction with my previous How to remote shutdown windows using a text message and outlook express .

AutoIt is a simple tool that can simulate key presses, mouse movements and window commands (maximize, minimize, wait for, etc.) in order to automate any windows based task (or even windowed DOS tasks).

When AutoIt is executed, it reads a specified script file. This script file allows AutoIt to perform a number of functions, these include:
• Executing programs (Windows applications, DOS commands, etc.)
• Sending keystrokes and mouse clicks (all characters, keyboard layout independent).
• Window functions (e.g. minimizing, hiding, restoring, waiting for, activating).
• Simple text clipboard functions.
• Simple registry functions.
• Simple string and variable functions.

[TAGS] Automation, Automation Software, Macros, Windows Automation, Productivity[/TAGS]

Leave a Reply