翻訳と辞書
Words near each other
・ Autoimmune polyendocrine syndrome type 3
・ Autoimmune progesterone dermatitis
・ Autoimmune regulator
・ Autoimmune retinopathy
・ Autoimmune thyroiditis
・ Autoimmune/inflammatory syndrome induced by adjuvants
・ Autoimmunity
・ Autoimmunity (journal)
・ Autoinducer
・ Autoinducer-2
・ AutoIndustriya.com
・ Autoinjector
・ Autoinoculation
・ Autoionization
・ Autoire
AutoIt
・ Autokabalesis
・ AutoKey
・ Autokey cipher
・ Autokinetic effect
・ Autokinitoviomihania Ellados
・ Autokomanda
・ Autokoritehdas
・ Autokrator
・ AutoKratz
・ Autol
・ Autoland
・ Autolatina
・ Autolaus
・ Autoleon


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

AutoIt : ウィキペディア英語版
AutoIt

AutoIt 〔(Reply by Jon (AutoIt creator) to a forum topic discussing correct pronunciation )〕 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 but has since grown to include enhancements in both programming language design and overall functionality.
While the scripting language in AutoIt 1 and 2 was statement-driven, designed primarily for simulating user interaction, from version 3 onwards 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. While version 1 and 2 were compatible with Windows 95, 98, ME, NT4, 2000, XP, 2003, Vista and Windows 7, support for operating systems older than Windows 2000 was discontinued with the release of v3.3.0 in December 2008).
An AutoIt automation script can be converted into a compressed, stand-alone executable which can be run on computers that do not have the AutoIt interpreter installed. A wide range of function libraries (known as UDFs, or "User Defined Functions")〔https://www.autoitscript.com/wiki/User_Defined_Functions〕 are also included as standard or are available from the website to add specialized functionality. AutoIt is also 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.
==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 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.
* Create GUI interfaces, including 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 to 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.
* Object oriented design through a library〔(AutoitObject. a library to use object oriented design in autoit )〕

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「AutoIt」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.