Review Comments (2) Screenshots (4) Questions & Answers (1) Votes (22) Awards (13) Wiki  

From Software Informer

Jump to: navigation, search


AI3 links here. For American Idol (season 3), click here

AutoIt
Image:Autoitlogo.png
Developed byJonathan Bennett & AutoIt Team
Latest release3.3.0.0 / December 24th, 2008
Operating systemMicrosoft Windows
TypeGUI Scripting language Automation
LicenseFreeware
Websitewww.autoitscript.com/autoit3/

AutoIt (pronounced aw-tow-it)[1] is a freeware automation language for Microsoft Windows. In its earliest release, the software was primarily intended to create automation scripts (sometimes called macros) for Microsoft Windows programs.[2] Such scripts proved useful for "hands-free" completion of highly repetitive tasks, such as rolling out a large number of PCs with identical installation instructions. With later releases, AutoIt grew to include enhancements in both programming language design and overall functionality. With the release of AutoIt version 3, the syntax of the programming language was restructured to be more like the BASIC family of languages. A script can be compiled into a compressed, stand-alone executable which can then be run on computers that do not have the AutoIt interpreter installed. A wide range of function libraries (known as UDF's, or "User Defined Functions")[3] are included as standard or available from the website to add specialized functionality.

Contents

[edit] Features

The AutoIt SciTE editor.
The AutoIt SciTE editor.
  • Scripting language with BASIC-like structure for Windows Desktop Environment.
  • Add-on libraries and modules for specific applications.
  • On-line support forum for AutoIT users and developers.
  • Supports TCP and UDP protocols.
  • Supports COM (component object modelling) objects.
  • Call functions in Win32 DLLs.
  • Run console applications and access the standard streams.
  • Include files in the compiled file to be extracted when run.
  • GUI interfaces, create message and input boxes.
  • Play sounds, pause, resume, stop, seek, get the current position of the sound and get the length of the sound.
  • Simulate mouse movements.
  • Manipulate windows and processes.
  • Automate sending user input and keystrokes to applications, as well as individual controls within an application.
  • Scripts can be compiled into standalone executables.
  • Unicode support from version 3.2.4.0.
  • 64 bit code support from version 3.2.10.0.
  • Supports regular expressions.
  • Works with Windows Vista's User Account Control.

AutoIt, like other scripting languages, is a third-generation programming language using a classical data model, utilizing a variant data type that can store several types of data, including arrays. It has a BASIC-like syntax and is compatible with Windows 95/98/ME/NT4/2000/XP/2003/Vista, However support for operating systems older than Windows 2000 has been dropped as of Autoit v3.3.0. AutoIt is distributed with an IDE based on the free SciTE editor. The compiler and help text are fully integrated and provide a de facto standard environment for developers using AutoIt.

[edit] Usage

A popular use of AutoIt is the production of utility software for Microsoft Windows. Common tasks, such as website monitoring, network monitoring, disk defragging and backup, can be automated and combined to provide a customised utility. Another use of AutoIt is for botting in online games. It is also used to simulate application users, whereby an application is driven by an AutoIt script in place of manual application control during software testing. It has also been used to create malware.[4]

[edit] Short History

  • Christmas 1998 - Idea of C program that should send keystrokes
  • January 1999 - First AutoIt Version (1.0)
  • August 1999 - AutoIt v2 and AutoItX
  • September 1999 - First AutoIt version with Compiler
  • December 2002 - AutoIt v3 (Public Beta)
  • February 2004 - AutoIt v3 (Stable)
  • September 2006 - Auto3Lib started
  • November 2007 - AutoIt v3.2.10.0 released, Auto3Lib incorporated into AutoIt v3
  • May 2008 - AutoIt v3.2.12.0 released, incorporating added GUI functionality
  • December 2008 - AutoIt (and AutoItX) v3.3.0.0 released

NOTE: At some point in the life of AutoIt (around version 2), the developers released the source code under the GPL license in hopes to accelerate development.[5] Soon, however, a few individualsCategory:Articles with specifically-marked weasel-worded phrases since March 2009[who?] took the code and released their own competing products using a non-GPL license while giving no credit to the original AutoIt developers. The AutoIt developers decided to prevent such pilfering for future versions of AutoIt and changed the license and limited access to the source code. The release of source code was stopped beginning with version 3.2.0 in August 2006.

[edit] Notes and references

[edit] See also

  • Automator (for Macintosh)
  • Visual Basic
  • AutoHotkey
  • iMacros
  • thinBasic

Wiki: Views

Wiki: Personal tools

Wiki: Toolbox

Tag cloud
Download siClient

Email Address:

Password:

Register now »

Forgot password?

This text is available under the terms of the GNU Free Documentation License