- AutoIt
Infobox_Software
name = AutoIt
caption =
developer = Jonathan Bennett & AutoIt Team
latest_release_version = 3.2.12.1
latest_release_date =June 12th ,2008
operating_system =Microsoft Windows
genre = GUIScripting language Automation
license =Freeware
website = [http://www.autoitscript.com/autoit3/ www.autoitscript.com/autoit3/]AutoIt (pronounced aw-tow-it) [ [http://www.autoitscript.com/forum/index.php?s=&showtopic=22349&view=findpost&p=155491 Reply by Jon (AutoIt creator) to a forum topic discussing correct pronunciation] ] is a
freeware automation language forMicrosoft Windows . In its earliest release, the software was primarily intended to create automation scripts (sometimes called macros) for Microsoft Windows programs.cite book | last = Kaplan | first = Steve | title = Citrix Metaframe Access Suite for Windows Server 2003 | publisher = McGraw-Hill | location = New York | year = 2003 | isbn = 0072195665 ] 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") [http://www.autoitscript.com/forum/index.php?showtopic=55906] are included as standard or available from the website to add specialized functionality.
Features
*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 model ling) objects.
*Call functions in Win32 DLLs.
*Run console applications and access thestandard 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.
*Supportsregular expressions .
*Works with Windows Vista'sUser 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 aBASIC -like syntax and is compatible with Windows 95/98/ME/NT4/2000/XP/2003/Vista, However support for operating systems older than Windows 2000 will be [http://www.autoitscript.com/forum/index.php?showtopic=58072 dropped in the near future] .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.Limitations
AutoIt lacks (or has only limited support for)
*Namespaces
*object-oriented programming
*abstract data type s
*reference types
*classes
*advanced graphics functions
*manipulation of file and registry permissions (though this can be achieved with the use of an external COM object such asSetACL ) [ [http://www.autoitscript.com/forum/index.php?showtopic=50880&st=0#entry385049 AutoIt forum entry on ACL] ]Usage
A popular use of AutoIt is the production of
utility software forMicrosoft Windows . Common tasks, such aswebsite monitoring ,network monitoring ,disk defragging andbackup , can be automated and combined to provide a customised utility.Another use of AutoIt is for "botting" in online games.
Botting allows the user to run a script which automates some repetitive action in the game - usually so the script user can advance in the game more quickly. Use of AutoIt in this way is frowned upon by some in the AutoIt community as it can generate bad publicity; however, a few botting scripts can still be found in the official AutoIt forums. Because botting is considered to be cheating by most AutoIt users you should not expect much help in the use of AutoIt for this purpose. Many forum members will refuse to help those that are trying to create bots. This is not to say that support will not be provided; however, you may have to wait long periods of time for answers regarding bots.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 .hort 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 functionalityNOTE: 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.Fact|date=March 2008 Soon, however, a few individuals 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.
Notes and references
ee also
*Automator (for Macintosh)
*Visual Basic
*AutoHotkey
*thinBasic External links
* [http://www.autoitscript.com/ Official Homepage]
* [http://www.autoitscript.com/forum AutoIt Community] – Help and examples
* [http://www.oreilly.com/catalog/9780596515126/ AutoIt v3: Your Quick Guide by Andy Flesner] – Published by O'Reilly Media September 2007 – Currently the only published work dedicated to the language
* [http://www.autoitscript.com/forum/index.php?showtopic=7204&hl=gpl Forum thread about AutoIt licensing options ] – Gives insights about AutoIt's trip to a GPL license and back as referred to in history section.
Wikimedia Foundation. 2010.