Category:AutoIt

From The Ultimate Programming Reference

(Difference between revisions)
 
(9 intermediate revisions not shown)
Line 1: Line 1:
-
[[Image:Autoitlogo.jpg]]
+
{{TaxoBox | color = pink
 +
| image = Autoitlogo.jpg
 +
| name = AutoIt
 +
| regnum = Endogenous
 +
| phylum = Algorithmic
 +
| class = Conversational
 +
| order = BASIC
 +
| family = Modern Basics
 +
| genus = Modern Basics
 +
| series = n/a
 +
| codenum = 1112400
 +
| subdivision_ranks = Other Data:
 +
| developer = Jonathan Bennett & AutoIt Team
 +
| os = [[Microsoft Windows]]
 +
| genre = [[Graphical user interface|GUI]]; [[Utility software|Utility]]
 +
| license = [[Freeware|Freeware]]
 +
| website = http://www.autoitscript.com/autoit3/
 +
| relate = *BASIC (Influenced by)<br>*AutoIt 2 (Derivation of)
 +
}}
-
Developer: Jonathan Bennett & AutoIt Team
+
'''AutoIt''' is a [[freeware]] [[Microsoft Windows]] [[automation]] [http://www.editthis.info/the_ultimate_programming_reference/index.php/Category:Programming_Lanugages language]. It was most commonly used to create automation scripts (sometimes called [[macro]]s) for Microsoft Windows programs. Like other automation programs, AutoIt is best used for highly repetitive activities, such as rolling out a large number of PCs with identical installation instructions. However, with the new releases it has become an extremely flexible and easy to learn language. While it does lack some features that are commonplace for other languages (such as classes and advanced graphics functions), it is quickly becoming a serious contender for other languages.
-
Operating System: [[Microsoft Windows]]
+
AutoIt's version 3.1 source code is available for download from its [http://www.autoitcript.com website]. The code was developed by a small team with the help of worldwide contributors. AutoIt has extensive third-party support, including help files, examples, support forums, mailing list, editor files, and third-party utilities.
-
Genre: [[Graphical user interface|GUI]]; [[Utility software|Utility]]
+
With the release of [http://www.autoitscript.com/autoit3 AutoIt version 3], it is now possible to use it as a [[BASIC]]-like programming language. New features include the ability to:
-
 
+
-
Licence: [[Freeware|Freeware]]
+
-
 
+
-
Website: http://www.autoitscript.com/autoit3/
+
-
 
+
-
 
+
-
'''AutoIt''' is a [[freeware]] [[Microsoft Windows]] [[automation]] [http://www.editthis.info/the_ultimate_programming_reference/index.php/Category:Programming_Lanugages language]. It was most commonly used to create automation scripts (sometimes called [[macro]]s) for Microsoft Windows programs. Like other automation programs, AutoIt is best used for highly repetitive activities, such as rolling out a large number of PCs with identical installation instructions. However, with the new releases it has become an extremely flexible and easy to learn language. While it does lack some features that are common place for other languages (such as classes and advanced graphics functions), it is quickly becoming a serious contender for other languages.
+
-
 
+
-
AutoIt's version 3.1 source code is available for download from the Web. The code was developed by a small team with the help of worldwide contributors. AutoIt has extensive third-party support, including help files, examples, support forums, mailing list, editor files, and third-party utilities.
+
-
 
+
-
With the release of AutoIt version 3, it is now possible to use it as a [[BASIC]]-like programming language. New features include the ability to:
+
*Communicate via the [[Transmission Control Protocol|TCP]] and [[User Datagram Protocol|UDP]] protocols in the [http://www.autoitscript.com/forum/index.php?showtopic=19717 beta] release
*Communicate via the [[Transmission Control Protocol|TCP]] and [[User Datagram Protocol|UDP]] protocols in the [http://www.autoitscript.com/forum/index.php?showtopic=19717 beta] release
*Include files in the compiled file to be extracted when run
*Include files in the compiled file to be extracted when run
Line 29: Line 36:
It is available for [http://www.autoitscript.com/autoit3/downloads.php download] along with other beta releases.
It is available for [http://www.autoitscript.com/autoit3/downloads.php download] along with other beta releases.
==See Also==
==See Also==
-
[[AutoIt Syntax]]
+
*[[:Category:Chinese AutoIt Syntax|AutoIt Documentation in Chinese]] (The Chinese Documentation is hosted by The Ultimate Programming Reference)
-
[[AutoIt (Conditional Statements)]]
+
*[http://www.autoitscript.com/autoit3/docs/ Official AutoIt Online Documentaion (for the Stable Release)]
-
[[AutoIt (Datatypes)]]
+
*[http://dundats.mvps.org/autoit/ Non-official AutoIt Online Documentation (for Beta Versions)]
-
[[AutoIt (Macros)]]
+
*[http://www.autoitscript.com/autoit3/ The AutoIt Home Page - autoitscript.com]
-
[[AutoIt (Operators)]]
+
*[http://www.autoitscript.com/forum/index.php AutoIt Forums]
-
[[AutoIt (Variables)]]
+
 
==Other uses==
==Other uses==
Although AutoIt is intended as a general purpose scripting and automation language its users always find new ways to make use of it.  One of the most popular and unexpected uses of AutoIt is for "botting" in online games.  Botting allows the user to run a script which automates some repetative action in the game - usually so the writer can advance in the game more quickly.  Use of AutoIt in this way is usually frowned about by the AutoIt community as it can generate bad publicity.
Although AutoIt is intended as a general purpose scripting and automation language its users always find new ways to make use of it.  One of the most popular and unexpected uses of AutoIt is for "botting" in online games.  Botting allows the user to run a script which automates some repetative action in the game - usually so the writer can advance in the game more quickly.  Use of AutoIt in this way is usually frowned about by the AutoIt community as it can generate bad publicity.
-
 
-
==External links==
 
-
*[http://www.autoitscript.com/autoit3/ The AutoIt Home Page - autoitscript.com]
 
-
*[http://www.autoitscript.com/forum/index.php AutoIt Forums]
 
[[Category:Programming Lanugages]]
[[Category:Programming Lanugages]]

Current revision as of 11:56, 5 June 2006

AutoIt

Taxonomic Classification
Kingdom:Endogenous
Phylum:Algorithmic
Class:Conversational
Order:BASIC
Family:Modern Basics
Genus:Modern Basics
ID Code:1112400
Other Data:
Developer:Jonathan Bennett & AutoIt Team
OS:Microsoft Windows
Genre:GUI; Utility
License:Freeware

http://www.autoitscript.com/autoit3/

Related Languages:
*BASIC (Influenced by)
*AutoIt 2 (Derivation of)

AutoIt is a freeware Microsoft Windows automation language. It was most commonly used to create automation scripts (sometimes called macros) for Microsoft Windows programs. Like other automation programs, AutoIt is best used for highly repetitive activities, such as rolling out a large number of PCs with identical installation instructions. However, with the new releases it has become an extremely flexible and easy to learn language. While it does lack some features that are commonplace for other languages (such as classes and advanced graphics functions), it is quickly becoming a serious contender for other languages.

AutoIt's version 3.1 source code is available for download from its website. The code was developed by a small team with the help of worldwide contributors. AutoIt has extensive third-party support, including help files, examples, support forums, mailing list, editor files, and third-party utilities.

With the release of AutoIt version 3, it is now possible to use it as a BASIC-like programming language. New features include the ability to:

  • Communicate via the TCP and UDP protocols in the beta release
  • Include files in the compiled file to be extracted when run
  • Make GUI interfaces, create message and input boxes.
  • Use COM (component object modelling) objects in the beta release.
  • Play sounds
  • Perform complicated mathematical calculations
  • Automate tasks, in ways such as sending key strokes, even to applications and controls.
  • Run console applications and access the standard streams in the beta release.
  • Call functions in Win32 DLLs in the beta release.

It is available for download along with other beta releases.

[edit] See Also

[edit] Other uses

Although AutoIt is intended as a general purpose scripting and automation language its users always find new ways to make use of it. One of the most popular and unexpected uses of AutoIt is for "botting" in online games. Botting allows the user to run a script which automates some repetative action in the game - usually so the writer can advance in the game more quickly. Use of AutoIt in this way is usually frowned about by the AutoIt community as it can generate bad publicity.

Articles in category "AutoIt"

The following 4 pages are in this category, out of 4 total.

A

Personal tools