I’ve been using AutoHotkey to automate common tasks such as software configuration, but there are a few problems with it
- It sometimes seems to run ahead of itself and replay the macro steps too quickly, before the appropriate window/dialog/button has gained focus. Even when you slow down the key replay rate, this still happens sometimes.
- It struggles to select the correct window. You are supposed to be able to identify a window using some unique text that appears in it, but sometimes it just doesn’t work. It also means that you often have to modify the scripts even for minor updates to the application.
Anybody had better results with alternatives? I’m looking at AutoIt, which is also free, but does it have a macro recorder? Any decent free or not-free alternatives?