AutoIt
Public Group active 2 weeks agoAutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting.
-
Corny started the forum topic Step 2 : Getting Started with AutoIt : My first Script/Program. in the group
AutoIt 1 year, 1 month agoCreate a new folder anywhere for your new script. Now go into the folder and right click – choose New and then AutoIt v3 Script. This will create a file called ‘New AutoIt v3 Script.au3′. If you installed Scite […]
-
Corny started the forum topic AutoIt MouseGetPos in the group
AutoIt 1 year, 2 months agoQuick program I tossed together to view the X,Y coords of the the mouse cursor. You can save the coords to the clipboard by pressing F4.

-
Corny started the forum topic Step 1 : Getting Started with AutoIt : Downloading and Installing. in the group
AutoIt 1 year, 2 months agoThe AutoIt Script Download page is located at
http://www.autoitscript.com/site/autoit/downloads/
When you get to the download page you need to download two things. One is AutoIt v3 – you can do this by […]
-
Corny started the forum topic Step 3 : Understanding Variables : Declaring and Using in the group
AutoIt 1 year, 3 months agoUsing the code you left off with in Step 2, let’s modify it to show an example of what and how variables can be used.
$var = "This is a string variable!"
MsgBox(0, "My first Script!", "Hello World!") […] -
Corny started the forum topic Step 4 : Creating and Using Functions in the group
AutoIt 1 year, 3 months agoA function is a section of code that can be called from the script to perform a certain “function”. There are two sorts of functions in AutoIt, built-in functions and user functions.
Scripts read (and run) from […]
-
Corny posted an update in the group
AutoIT 1 year, 3 months agov3.3.8.0 / v3.3.8.1 has been released! (.1 is just a bug fix to the multiple changes that 3.3.8.0 has received.)
-
Corny created the group
AutoIT 1 year, 3 months ago
