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 23:11:34 +0200
At 7:41 PM +0100 5/25/07, has wrote:
Emmanuel wrote:
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()
Ah true. I'd quite forgotten about that. It will work - I've done it
myself in the past - though you'll need to enable remote AEs and
provide authorisation, of course.
To be sure we're clear, you mean, provide authorization in the URL, like in:
tell app "theapp" of machine
"eppc://username:password@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