AutoIt v3.0.102 released

  • Thread starter Thread starter Wayne D
  • Start date Start date
W

Wayne D

AutoIt v3.0.102 released (4th Aug, 2004)

"Introduction

AutoIt v3 is an opensource BASIC-like scripting language designed for
automating the Windows GUI. It uses a combination of simulated
keystrokes, mouse movement and window/control manipulation in order to
automate tasks in a way not possible or reliable with other languages
(e.g. VBScript and SendKeys).

AutoIt was initially designed for PC "roll out" situations to configure
thousands of PCs, but with the arrival of v3 it is also well suited to
performing home automation and the scripting of repetitive tasks.

AutoIt can:

* Provide a general-purpose scripting language
* Execute Windows and DOS executables
* Simulate key-strokes (supports most keyboard layouts)
* Simulate mouse movements and clicks
* Move, resize and manipulate windows
* Interact directly with "controls" on a window (set/get text from
edit controls, check boxes and radio buttons, select items in drop-down
lists, etc.)
* Work with the clipboard to cut/paste text items
* Work with the registry"

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

Regards

Wayne D
 
Wayne said:
AutoIt v3.0.102 released (4th Aug, 2004)

"Introduction

AutoIt v3 is an opensource BASIC-like scripting language designed for
automating the Windows GUI. It uses a combination of simulated
keystrokes, mouse movement and window/control manipulation in order to
automate tasks in a way not possible or reliable with other languages
(e.g. VBScript and SendKeys).

AutoIt was initially designed for PC "roll out" situations to configure
thousands of PCs, but with the arrival of v3 it is also well suited to
performing home automation and the scripting of repetitive tasks.

AutoIt can:

* Provide a general-purpose scripting language
* Execute Windows and DOS executables
* Simulate key-strokes (supports most keyboard layouts)
* Simulate mouse movements and clicks
* Move, resize and manipulate windows
* Interact directly with "controls" on a window (set/get text from
edit controls, check boxes and radio buttons, select items in drop-down
lists, etc.)
* Work with the clipboard to cut/paste text items
* Work with the registry"

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

Regards

Wayne D
Nice find
 
Back
Top