-- Put this in Library/Scripts/Folder Action Scripts -- Create a folder on your desk top, called "PSP Printbox" -- Use /Applications/AppleScript/Folder Actions Setup to connect the script -- to the folder. -- -- Now, any PDF file dropped in the folder will be converted to PSP format. -- Note: This sample script does not delete the original PDF file. -- -- Written by Michael Heinz on adding folder items to this_folder after receiving added_items repeat with this_item in added_items tell application "PDF2PSP" to convert pdffile this_item overwrite yes tell application "Finder" to delete this_item end repeat end adding folder items to