AutoIt
Sign in to saveAutoIt is a freeware programming language for Microsoft Windows. In its earliest release, it was primarily intended to create automation scripts (sometimes called macros) for Microsoft Windows programs but has since grown to include enhancements in both programming language design and overall functionality.
Key facts
- Programming language.name
- AutoIt
- Programming language.logo
- Autoitlogo.png
- Programming language.logo_size
- 250px
- Programming language.screenshot
- AutoIT example script.png
- Programming language.screenshot_size
- 250px
- Programming language.screenshot caption
- An AutoIt script loaded into SciTE
- Programming language.designer
- Jonathan Bennett
- Programming language.developer
- AutoIt Consulting Ltd.
- Programming language.paradigm
- imperative, functional, procedural, reflective
- Programming language.latest_release_version
- 3.3.18.0
- Programming language.latest_preview_version
- 3.3.17.1 Beta
- Programming language.influenced by
- BASIC
- Programming language.platform
- IA-32 and x64
- Programming language.operating_system
- Windows 7 and laterWindows Server 2008 and later
- Programming language.license
- Freeware
- Programming language.File extensions
- .au3
via Wikipedia infobox
Official website

Home - AutoIt
autoitscript.com →Welcome to the AutoIt website. Home of the AutoIt scripting language and other useful deployment related tools, documentation and utilities.
Read more on their site →Excerpt from the official site · 8,610 chars · not written by Vinony
Wikidata facts
- Official website
- www.autoitscript.com
- Image
- AutoIT example script.png
Show 7 more facts
- file extension
- au3
- official forum URL
- www.autoitscript.com/forum
- software version identifier
- 3.3.16.1
- official blog URL
- www.autoitscript.com/site/blog
- Commons category
- AutoIt
- IPA transcription
- ɔːtoʊ ɪt
- inception
- 1999-01-01
Sources (9)
via Wikidata · CC0
~7 min read
Article
10 sectionsContents
- History
- License
- Related projects
- Features
- Examples
- Automating the Windows Calculator
- Find average
- See also
- References
- External links
AutoIt is a freeware programming language for Microsoft Windows. In its earliest release, it was primarily intended to create automation scripts (sometimes called macros) for Microsoft Windows programs but has since grown to include enhancements in both programming language design and overall functionality.
The scripting language in AutoIt 1 and 2 was statement-driven and designed primarily for simulating user interaction. From version 3 onward, the AutoIt syntax is similar to that found in the BASIC family of languages. In this form, AutoIt is a general-purpose, third-generation programming language with a classical data model and a variant data type that can store several types of data, including arrays.