AutoIt – automate your task
I’ve been playing around with AutoIt for quite some time. AutoIt is freeware BASIC-like scripting language for automating the Windows GUI and general scripting.
For example, below code will run notepad and send some text to notepad.
Run(“notepad.exe”)
WinWaitActive(“Untitled – Notepad”)
Send(“This is some text.”)
It’s easy to understand right ?
For my own use, I create a simple program to read a website (http://china232.libsyn.com/rss), grab only the mp3 link and download the file.

Skip the file that already been download base on filename.

Well, there are so many things can be done with AutoIt.
Good news is that, AutoIt can also run on Ubuntu.
Till then, adios.



4 Responses to “AutoIt – automate your task”
By Huzairy on May 3, 2008 | Reply
Wow, nice mini program that you have there, =)
By arejae on May 4, 2008 | Reply
thanks. alar bro.simple2 program jer. utk kegunaan sendiri. tapi serius,byk benda bleh buat ngan AutoIt nie.
By Norhafidz on May 10, 2008 | Reply
Thanks for sharing arejae, can be useful sometime
By arejae on May 11, 2008 | Reply
yeah…hopefully lar.
thanks for visiting yah.