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.
If you're new here, you may want to subscribe to my RSS feed or get my latest post directly in your mailbox. Thanks for visiting !


![[Ask]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/ask.png)
![[Bloglines]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/bloglines.png)
![[del.icio.us]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/digg.png)
![[Furl]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/furl.png)
![[StumbleUpon]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Technorati]](http://www.arejae.com/blog/wp-content/plugins/bookmarkify/technorati.png)

Wow, nice mini program that you have there, =)
thanks. alar bro.simple2 program jer. utk kegunaan sendiri. tapi serius,byk benda bleh buat ngan AutoIt nie.
Thanks for sharing arejae, can be useful sometime
yeah…hopefully lar.
thanks for visiting yah.