AutoHotkey – Display an on-screen message
When I use AutoHotkey to run background tasks, download files and prepare backups, I want to know what happens without wondering if it is really working or not. Also, I like to be prompted and to confirm actions before running them. There is a command in AutoHotkey, MsgBox, that displays a message box on screen. … Read more