Because of this post: http://www.autoitscript.com/forum/index.php?showtopic=90184 ;Only tested on XP AutoItSetOption("WinWaitDelay", 1) ;(milliseconds) AutoItSetOption("TrayIconDebug", 1) ;0-off AutoItSetOption("WinTitleMatchMode", 2) ;1-from the start, 2-any substring, 3-exact match HotKeySet("{ESC}", "Terminate") ;set this to 0 to turn off the TrayTips and debug sleeps Global $Debug_Sleep = 5000 ;(milliseconds) ;set it to something like 5000 if you want to read the script's TrayTips and gla