Re: Multiple copies of Citrix running
Re: Multiple copies of Citrix running
- Subject: Re: Multiple copies of Citrix running
- From: Emmanuel <email@hidden>
- Date: Fri, 25 May 2007 20:06:16 +0200
At 5:36 PM +0100 5/25/07, has wrote:
Philip Aker wrote:
The script is launched from the Mac OS scripts menu, and works
fine when there is only one version of Citrix running. However,
with Citrix it is possible to launch multiple versions of the
applications and each version appears as a separate process, but
with the same process name.
[...]
tell application "System Events" to {name, unix id} of (item 1 of
(every process whose frontmost is true))
That will give you the process id, but there's no way in AppleScript
to target processes using that value.
You're sure, has?
Not that I tried (I use that all the time but only for remote
machines) but I thought you can do something like:
tell app "theapp" of machine "eppc://localhost/?pid=12345" to doStuff()
Emmanuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden