I want to create a folder action script so that when items are dropped in a folder from one computer they print out on the other. The files will be word documents. The computer can be tied up and word can be launched or whatever. Just as long as it will print. Something like
on adding items to thisFolder
set theItems to the items added to thisFolder
tell application “Word 5.0” to print theItems
end adding to thisFolder