-- Downloaded From: http://c-command.com/scripts/eaglefiler/bulk-print -- Last Modified: 2010-11-27 tell application "EagleFiler" set _records to selected records of browser window 1 set _files to {} repeat with _record in _records set _file to _record's file tell application "Finder" print _file delay 5 -- otherwise Preview will skip next file end tell end repeat end tell