Skip to content

How To Install And Run Scripts

PDXIII edited this page Oct 4, 2012 · 13 revisions

##How to install and run scripts in InDesign CS4+

There are two ways of running scripts

###From the ESTK
One. You can use the ExtendScript Toolkit to write and run scripts. Just write your code and select the target application from the dropdown menue on the upper left corner of the script window. Than hit the run ▶ button or press [cmd+r]. Your computer will switch to the target application and try to run the script.

###From within InDesign Two. You can place a file with the extension ".js" or ".jsx" in the Scripts Panel folder. There are 2 diffrent "Scripts Panel" folder. One in Applications/Adobe InDesign[VERSION]/Scripts/Script Panel/ and one under Users/[username]/Library/Preferences/Adobe InDesign/[version]/[language]/Scripts/Scripts Panel. The one within the Application folder makes scripts accesable for all users. Access the "Scripts Panel" via Window > Utilities > Scripts.

Clone this wiki locally