Relative paths for shell scripts??

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?

“path to me” will return an alias to your script. From there you should be able to work out the pathname to prepend to your shell script’s folder