Run an applescript from an applescript?

Can anyone tell me how to have one applescript run another applescript?

Thanks, astjoh

If you’ll look at the Scripting Commands Suite of the Standard Additons Scripting Addition, you’ll see the following commands for dealing with scripts: load script, store script, and run script. Note that your not just limited to running the script, but “tell externalScript to alternateHandler()” and “get of externalScript” both work as well.

(thanks jj)

Hey!

run script alias "path:to:script.scpt"

:wink:

Thanks guys, those both helped.