Reply To: Is there a way to separate things like this Automatically?

#55472

You need to add quotes around the actual script name. I'm not totally sure it works with an Applescript either … I only link Javascripts together. (Anyone else? Help?)

app.doScript (app.activeScript.path+/FindChangeByList.applescript);

(Besides, you would need to make sure the applescript is in the same folder as the script you are running — because that's what the “app.activeScript.path” path points to!)

This article was last modified on April 8, 2010

Comments (0)

Loading comments...