Skip to main content
ramkumar_vp
Inspiring
September 24, 2009
Question

How to execute the InDesign Javascript from outside in MAC

  • September 24, 2009
  • 1 reply
  • 1717 views

Hi All,


I need to execute the InDesign Javascript from outside in MAC machine.


Anyone can help me.


Thanks in advance.


Regards,

Ramkumar

This topic has been closed for replies.

1 reply

Kasyan Servetsky
Legend
September 24, 2009

What do you mean by saying "execute from outside"? Running an InDesign script from another application — e.g. Photoshop, Illustrator, Bridge, etc. Executing it from Finder? Or triggering a JS from AS?

ramkumar_vp
Inspiring
September 24, 2009

Thanks for your reply Kasyan.


But i don't want to run from finder. I need to run like a ".EXE".


If it is possible in applescript. Send me a sample source code to execute the InDesign script.


Regards,

Ramkumar

Harbs.
Legend
September 24, 2009

tell application "Adobe InDesign CS4"

do script myJavaScript language javascript

Harbs