-- Downloaded From: http://c-command.com/scripts/eaglefiler/batch-set-from -- Last Modified: 2010-11-27 tell application "EagleFiler" display dialog "Enter new From:" default answer "" set _newFrom to text returned of the result set _records to selected records of browser window 1 repeat with _record in _records set _record's from name to _newFrom end repeat end tell