Re: Quit a remote application (Entourage)
Re: Quit a remote application (Entourage)
- Subject: Re: Quit a remote application (Entourage)
- From: Gnarlodious <email@hidden>
- Date: Sun, 02 May 2004 10:15:33 -0600
Entity Deivy Petrescu spoke thus:
>
Happy remote scripting to all of you.
Yeah, it works better than it used to but is still fraught with surprises.
For example, the snag I was working on looks like this in a working script:
ignoring application responses
tell application "Entourage" of machine "eppc://Gnarlodious-Cube.local"
to quit
end ignoring
tell application "Finder" of machine "eppc://Gnarlodious-Cube.local" to
exists process "Microsoft Entourage"
In other words, telling Entourage to quit is a simple matter of telling
Entourage the quit, but telling Finder to do the job requires naming
Microsoft.
To extend this terminology to its logical extreme:
tell entity "Bill Gates" to tell entity "Microsoft" to tell application
"Finder" of machine "eppc://Gnarlodious-Cube.local" to quit process
"Entourage"
-- Gnarlie
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.