Tuesday, October 26, 2004

WPDOS - WordPerfect for the Macintosh: "on adding folder items to TheFolder after receiving FilesToPrint
repeat with TheFile in FilesToPrint
tell application 'Printer Setup Utility'
open {alias (TheFile as string)}
repeat while (busy status of (info for TheFile))
delay 1
end repeat
tell application 'Finder' to delete TheFile
end repeat
end adding folder items to"

No comments: