/* Title: Focus Application Songbook Pro Description: Baset on Title Match AutoHotKey_L Version: 1.1.09.00 Written by: Steven J. Caldwell Last Update: 2022-02-18 Other Notes: */ IfWinExist ,SongbookPro { ; msgbox, Songbook Exists WinActivate , SongbookPro WinWaitActive ,SongbookPro,,5 If ErrorLevel { msgbox SongbookPro cannot activate" ExitApp } } Else msgbox, SongbookPro Does Not Exist ExitApp