-- script as an application drag-and-drop the files on top of it).
---------------------------------------------------------------------------------
-<begin applescript>
-
on run
set myFile to choose file
open ({myFile})
end repeat
end open
-</begin applescript>
-