This is a bookmark of links/sites which contain useful AutoIt scripts. A site which has put up a lot of useful AutoIt snippets.
Category Archives: AutoIt
AutoIt plugin/brush for WordPress
Here is the AutoIt plugin (brush as it is called) for the Syntax Highlighter for WordPress plugin, which uses the Alex Gorbatchev’s SyntaxHighlighter Script.. (After completing this post I found that the post was too untidy to follow…unless you have tried your hands on hacking or modifying scripts. If you are a newbie, AND MOST IMPORTANTLY …
AutoIT- Simple Timer
A simple Autoit code.. [autoit] #comments-start # author : ram # site : ramnathbabu.com # Displays a timer at the TOP LEFT (can be customized) # corner of your screen. Displays the time you have spent # You are free to modify/use/distribute the code. # Try to retain the site somewhere …
AutoIt !
I am (actually was) an ardent fan of the Visual Studio programming environment, especially Visual Basic. I found that it reduced the job of creating GUIs to mere click and drag (dint realize it was making me lazy) . Initial codes for my toy-experiments were simple enough to code. I took a few days to …