Results 1 to 9 of 9

Thread: Director & Lingo command/script

Hybrid View

  1. #1
    that might work for the guy asking the original question?

    i havent looked at this stuff since probably 1995. which is a long time ago.

  2. #2
    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

Similar Threads

  1. sending Lingo using Applescript
    By MrGrumpy in forum SAMSC Feature requests
    Replies: 2
    Last Post: 09-03-2005, 09:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •