iH, you may want to pull the source out of the MacPerl droplet and insert it into your AppleScript tell app "MacPerl" do script [" # perl stuff here ",fullPathName] end tell the fullPathName will be passed to the script as $ARGV[0]. -- hcir mailto:[EMAIL PROTECTED] > I have one question. I would like to invoke a droplet (of perl script) by > using AppleScript. > > The droplet takes files dropped on it, do some conversion task and save the > result to another file. > > How could I invoke that droplet from AppleScript? > > I would like to appreciate any suggestion.