Re: Identifying concurrent processes launched by applescript
Re: Identifying concurrent processes launched by applescript
- Subject: Re: Identifying concurrent processes launched by applescript
- From: has <email@hidden>
- Date: Wed, 6 Sep 2006 22:05:10 +0100
Rich Reardon wrote:
Is it possible to reference the particular player spawned from the
launching applescript -- a reference derived from code IN that
applescript -- so we can stop that one ALONE when that player's
recording interval is over?
Only way I can think to target individual application instances in
AppleScript is to enable Remote Apple Events and use an eppc URL with
a process id, e.g.:
tell application "eppc://localhost/VLC?pid=1234"
...
end tell
HTH
has
--
http://freespace.virgin.net/hamish.sanderson/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden