Skip to content

Instantly share code, notes, and snippets.

@milligramme
Created July 23, 2013 03:11
Show Gist options
  • Save milligramme/6059582 to your computer and use it in GitHub Desktop.
Save milligramme/6059582 to your computer and use it in GitHub Desktop.
#target "InDesign"
// run script without install to ScriptPanel
(function(){
var script_path = File.openDialog();
try {
script_path ? $.evalFile(script_path) : exit();
}
catch(e){
alert(decodeURI(script_path) + "\n" + e);
};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment