i'm well aware of the faq and question number 5, "How do I open a document with a FS Command?" it works great.
my question is this.

can that applescript be altered to be more flexible?


for the pc, i was able to download this totally sweet bat file. all i have to do is type in the directory and file name and it'll open any file type [pdf, doc, ppt, mov]

here's the flash code to accompany that runme.bat file
fscommand ("exec", "runme.bat\tdirectory/filename.ext");

here's the code in the bat
@echo off

rem Batch file to enable flash to call external files

rem produced by 2heads - http://www.2heads.tv

start %2 %1

can the applescript be changed to mimic this wonderful bat on a mac? you see, i have approx. 30 files to launch from this projector. I'd really hate to create 30 applescripts and have them clutter the window.

thanks in advance.