0

is in shell (Mac OS X Lion) a way how run program on specify position on screen? I want to run two programs and specify their position on screen so one window will be next to another and they will be centered on screen.

designerrr
  • 222
  • 1
  • 2
  • 8

1 Answers1

0

You could try to hack something together using AppleScript. This link shows you how to set the window geometry of a certain application. The problem might be in actually talking to the processes that you just started. This SO question deals a bit with using the process id to talk to an app using AppleScript.

Community
  • 1
  • 1
Arne
  • 2,624
  • 3
  • 24
  • 45