:*:note::
SetTitleMatchMode, 2
IfWinExist, % "Notepad++"
{
WinActivate, % "Notepad++"
SendEvent, {Del}
Run, % "notepad.exe"
}
Else
{
TrayTip, % "Error", % "Notepad++ is not exist!",, 3
Sleep, 1000
TrayTip
}
Return