But it seems like quite a detour and I would like to be able to point directly to the scpt file.
Thanks in advance
Luke
Background: I have an AppleScript applet that responds to a url scheme and then launches a series of other scripts. My first approach using "run script" turned out to be way to slow. The second approach via "do shell script" and "osascript" is running faster but it still does not perform as well as FastScripts. So I would love to see FastScripts handle the tasks... :)
Hi Luke - this is not currently possible. As a workaround, could you put an alias to the script somewhere inside FastScripts's script tree, so you can reference it as a FastScripts script item?