Many thank,
but if I try to execute this as bash using osascript or with Script Editor I always get the error message:
195:228: execution error: System Events got an error: NSReceiverEvaluationScriptError: 4 (1)
TM will be activated but no further actions.
??
On 6 Dec 2006, at 16:47, Charilaos Skiadas wrote:
tell application "TextMate" to activate tell application "System Events" tell process "TextMate" tell menu bar 1 tell menu bar item "Help" tell menu 1 tell menu item "Release Notes" perform action "AXPress" end tell end tell end tell end tell end tell end tell
-Hans