Also, if by any chance the other program with the toast you do not want to see is an autoit script as well, you can just use this to close the toast. ;Creates Toast, Like a toaster. TrayTip("Toast", "I am yummy. You want to eat me but you can't for I am just pixels. =(", 5) Sleep(1000) ;Closes Toast. Opt("trayiconhide", 1);Momentarily hides AutoIt Tray Icon as TrayTip cannot function without a tray icon. Opt("trayiconhide", 0);Re-enables AutoIt Tray Icon.