property appl : "Macintosh HD:Applications:Preview.app" --デフォルトで開くアプリケーションのバス on run set appl to choose application as alias end run
on open droppedItems tell application "Finder" repeat with pFolder in droppedItems set openFiles to files of pFolder repeat with oFile in openFiles open oFile using appl end repeat end repeat end tell end open