Hello i have a simple question i just started playing with autoit and im having a problem already this is the very simple script i have so far
Run("notepad.exe")
WinWaitActive("Untitled - Notepad")
Send("Whatever.")
WinClose("Untitled - Notepad")
WinWaitActive("Notepad", "Do you want to save")
Send("!n")
i got it to work but i can not get it to close. is ! not the cmd for the ALT key?
thanks for any help.






