Tag Archives: AutoHotKey Scripts

AutoHotKey Scripting Basics – The RunWait Command

The RunWait command is an extension of the Run command. However, as the name suggest, the RunWait command waits for the specified program to finish executing before continuing.

Posted in AutoHotkey | Tagged , | Leave a comment

AutoHotKey Scripting Basics: The Run Command

I have already used the Run command in two of my previous posts: Launching Google and Launching Calculator using AutoHotKeys.

Posted in AutoHotkey | Tagged | 1 Comment

AutoText Script – Expanding abbreviations with AutoHotkey

This is the day and age of abbreviations, thanks to IMs and SMS. While academicians worry about its adverse effects on the English language, you should be worrying about its effects on your career. It may be acceptable to type … Continue reading

Posted in AutoHotkey | Tagged | 2 Comments

AutoHotkey script; Launch Google

Let’s admit it; we all spend a lot of time googling whether it be for personal reasons, professional reasons or just for fun. So this simple script is probably the most useful one you will ever come across. (It is … Continue reading

Posted in AutoHotkey | Tagged | 2 Comments