; Run Adobe Audition Run, "ADOBE_AUDITION_PATH" "SESX_PROFILE_FILE" ; Handle the 'adobe audition' didn't close properly diaglog if it comes up WinWait, ahk_class #32770,,10 ControlSend,, {enter}, ahk_class #32770 ; Hide the window once its open WinWait, ahk_class audition5 WinHide, ahk_class audition5 ExitApp