I need to distribute an applescript that calls a few shell scripts. I need to include the shell scripts along with the applescript, so my problem is that I can’t tell applescript what the absolute path is to the shell script because users could save it anywhere to their disks.
I basically want to give people a folder with the applescript in it, also containing a folder called “scripts” where my shell scripts are. How do I use the command "do shell script “path/to/script/” relative to my applescript?
Follow me?