open programs with applescript
问题 2 part question: I'm simply trying to run programs using applescript from the terminal, so I tried: $ osascript tell application "iTunes" to activate and get the error: osascript: tell: No such file or directory Giving the full path to the program did not work either. What am I missing? The second part of the question is what I eventually want to use applescript for. I would like to use it to open an application I built using py2app. Can applescript open any mac app or just certain ones that