me,myself,english and programming..

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.”)

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.

china3

Skip the file that already been download base on filename.

china232 podcast download

Well, there are so many things can be done with AutoIt.

Good news is that, AutoIt can also run on Ubuntu. :)

autoit ubuntu

Till then, adios. :)

  1. 4 Responses to “AutoIt – automate your task”

  2. By Huzairy on May 3, 2008 | Reply

    Wow, nice mini program that you have there, =)

  3. 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. :)

  4. By Norhafidz on May 10, 2008 | Reply

    Thanks for sharing arejae, can be useful sometime ;)

  5. By arejae on May 11, 2008 | Reply

    yeah…hopefully lar. :)
    thanks for visiting yah.

Post a Comment