Folder Action to print on another computer

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

bump :lol:

Are you using Printing Sharing?

(ie… What’s the difference between printing to a shared printer and/or sending the files to the remote computer, and using Remote Apple Events to print?)