Print from Folder Part 2
Print from Folder Part 2
- Subject: Print from Folder Part 2
- From: Terry Howard <email@hidden>
- Date: Tue, 13 Feb 2001 01:33:02 -0500
Okay, I found a script that says it will print a PDF from a folder when
added. I installed it, tried it out and got this error message:
An error -1708 occurred while the Folder Actions server was executing a
script.
Here is the script:
on adding folder items to thisFolder after receiving fileList
repeat with i in fileList
tell application "Finder"
automate alerts after 0
print i
automate alerts after -1
delete i
end tell
end repeat
end adding folder items to
What is a -1708 error and what can I do to get this working?
Terry Howard