Skip to main content
karthickm50893796
Inspiring
June 3, 2016
Question

define excute menu in applescript

  • June 3, 2016
  • 1 reply
  • 378 views

define excute menu in applescript

Hi everyone i know about excute command in javascript but i don't how to call excute menu in applescript can any one help me..............

This topic has been closed for replies.

1 reply

Ten A
Community Expert
Community Expert
July 14, 2016

You can use doJavascript method like below:

set jsCmd to "app.executeMenuCommand('open');"

tell application "Adobe Illustrator"

  do javascript jsCmd

end tell