-- Downloaded From: -- http://c-command.com/scripts/eaglefiler/quicksilver-import-file on open _files tell application "EagleFiler" repeat until (exists library document 1) delay 1 end repeat tell library document 1 import files _files end tell end tell end open