Most Mac OS X applications will respond to a command written in
AppleScript using the following syntax:

tell application "YOUR_APP_NAME"
   set index of (window "WINDOW_NAME") to 1
end tell

It isn't perfect - the apps I tested this on seemed to bring that
window to front, but not activate it. Kinda strange.

Dan


On Oct 14, 7:25 pm, soniam <[email protected]> wrote:
> Hello,
>
> I have lots of open windows of the same application (usually either
> emacs or terminal). Can I open a specific window by it's title?
>
> thanks

Reply via email to