OSX Applescript and remote applications?
OSX Applescript and remote applications?
- Subject: OSX Applescript and remote applications?
- From: Gérard Iglesias <email@hidden>
- Date: Thu, 1 Nov 2001 11:02:47 +0100
Hello everyone,
I am new with Applescript but I am a long time Cocoa developer, and I am
planning to begin to use intensively Applescript to make my App
scriptable and to use Applescript studio to make OSX applications.
For now I am trying to control "Internet connect" remotely to be able to
connect and disconnect my iMac that play the role of a base station.
But it seems that the simpler script as this one doesn't work:
tell application "TextEdit" of machine "Coruscan"
make new document at the beginning of documents
end tell
When I check the syntax, the string "of machine "Coruscan"" disapear?
Thank you in advance.
Girard