I want to do as the title similar to
Opt("WinTitleMatchMode", 2)
if ProcessExists("notepad.exe") Then
winactivate("notepad")
MouseClick("left", @DesktopWidth / 2, @DesktopHeight / 2) ;notepad instead of desktop and divide width and height by 2
Any examples would be great!