So in this case we could send director an applescript.

tell application "Director" of machine "eppc://whatever.local"
do lingo
blah blah blah
end tell

or something similar

You also have to turn on "Remote Apple Events" in the Sharing system preference

---

to run a remote application like address book - use something like:


tell application "Finder" of machine "eppc://macintoshpb.local"
open application file "Address Book.app" of folder "Applications" of startup disk
end tell