Re: Quit a remote application
Re: Quit a remote application
- Subject: Re: Quit a remote application
- From: Michelle Steiner <email@hidden>
- Date: Sat, 1 May 2004 08:46:25 -0700
On May 1, 2004, at 8:21 AM, Gnarlodious wrote:
tell application "System Events" of machine
"eppc://Rachel:bugaboo@Gnarlodious-Cube" to exists process "Microsoft
Entourage"
which works even though the disk isn't mounted (cool).
Now I want to extract the boolean, but this doesn't work:
set appState to (tell application "System Events" of machine
"eppc://Rachel:bugaboo@Gnarlodious-Cube" to exists process "Microsoft
Entourage")
So what's the trick?
I'm not able to try it, but how about this:
tell application "System Events" of machine
"eppc://Rachel:bugaboo@Gnarlodious-Cube" to exists process "Microsoft
Entourage"
set appState to the result
-- Michelle
--
Help, I've caught a cult, and can't get out!
_______________________________________________
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.