AutoIt v3.0.102 released

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
 
P

Patrick Smith

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top