Remember that time you had to do the same thing 400 times on your computer? It was probably pretty boring and tedious. The bad news: that’s how computers work. Do lots of boring stuff a whole bunch of times until you get what you want. The good news: there’s a program for that.
AutoIT has been around for a long time and it’s not very well known. However, it’s hugely useful if you’re willing to take the time to learn it. This easy to learn scripting language can automate virtually everything you do on your computer. Yesterday I used it to upload 900 files through a program that would only let me access 1 file at a time. I setup a script in about 15 minutes and over night the job was done. There’s nothing I like more than using technology to make my life easier.
Here are some details from their website.
“AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. 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” more…
Now that you know what you’re missing, there’s a great tool for actually creating this stuff. It hadn’t been update for almost 2 years until this month! It’s called AutoIt Debugger and it’s worth it’s weight in software. I guess it probably doesn’t weigh anything. It’s just really useful.
Setup takes a bit of patience but it’s a small price to pay for all the time saving. If you want to start playing, here’s the Download page and getting started instructions. (The getting started link is no longer functional)