• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Identifying concurrent processes launched by applescript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Prev by Date: Re: JDF Files
  • Next by Date: Importing/parsing CSV files
  • Previous by thread: Re: Identifying concurrent processes launched by applescript
  • Next by thread: question for sending multiple requests to iTunes
  • Index(es):
    • Date
    • Thread