So I am starting with AutoIt. I downloaded and installed the latest, and started doing the tutorials.
However, the notepad one is not completely working. It does open notepad and insert the text, and sends the close command. The do you want to save pops up, and then nothing else happens.
Using the AutoItSetOption ("TrayIconDebug", 1); shows that it is at this line of the tutorial:
WinWaitActive("Notepad", "Do you want to save")
And it gets stuck there.
I'm running Vista 64.