AutoIt is a BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks or perform user interface testing.
Users new to the program are encouraged to read an introduction (thanks guinness.)
Recommend: AutoIt Portable allows you to create a portable environment of SciTE4AutoIt3 and AutoIt together, as well as cleaning AppData and opening the program editor with sample scripts (also thanks to guinness).
A 64 bit version is available (within the folder).
Category: | |
Runs on: | WinXP / Vista / Win7 / Win8 / Win10 |
Writes settings to: | Application folder |
Stealth: ? | Yes |
Unicode support: | Yes |
License: | Freeware |
How to extract: | Download the ZIP package and extract to a folder of your choice. Launch AutoIt3.exe or AutoIt3_x64.exe (for 64 bit OS). |
Similar/alternative apps: | AutoHotkey |
What's new? |
See: https://www.autoitscript.com/autoit3/docs/history.htm |
3.3.14.3 (2nd February, 2018) (Release)
CL : https://www.autoitscript.com/autoit3/docs/history.htm
DL : https://www.autoitscript.com/site/autoit/downloads/
v3.3.14.2
@IanFromBarrie, strange as Avast is being over protective. AutoIt Creator is designed by me and is not affiliated with AutoIt.
@Ganamyde, in the future please give a reason as to why that is, otherwise your comment has no merit.
v3.3.10.0
Twisted language, go for AutoHotkey instead.
v3.3.10.0
Oops. Went to the autoit portable link, where Avast blocked the download of autoit creator.exe, claimed it was infected with Win32-Evo-gen ...
v3.3.10.0
A new Portable version will be released next week. Thanks for reporting. Also the instructions for manual extraction are pretty clear.
v3.3.8.1
I have tried for over an hour to get the portable version installed correctly but have been unable to do so. I attempted the automatic version but did not successfully "drop" the two extra downloads on the GUI once I ran autoit-creator.
I tried the manual install and it did not work either.
Hopefully someone will inspect the readme file and the introduction by guinness for missing or misplaced instructions.
v3.3.8.1
I love AutoIT. Very powerful program that makes it simple to automate computer tasks and build simple programs.
For portable version of Scite it is enough to set environment variable SciTE_HOME.
I'm using batch file "\AutoIt3\Portable Scite.bat" in unzipped folder AutoIt3 which contains three lines:
@ECHO OFF
SET SciTE_HOME=%CD%\SciTe
start "Portable SciTe" "%SciTE_HOME%\SciTE.exe" %*
And for my convenience I created file "\AutoIt3\SciTe\SciTEUser.properties" containing:
save.recent=1
save.session=1
save.position=1
session.bookmarks=1
session.folds=1
AutoIt is the programming language used by programs like AI RoboForm which is the most popular program to save all data from forms, and to login automatically with one click, and so on.
I am creating a program just with autoit programming just like roboform.
Sorry it's v3.3.14.4
v3.3.14.2