Re: Hiding Application after running script
Re: Hiding Application after running script
- Subject: Re: Hiding Application after running script
- From: Graff <email@hidden>
- Date: Mon, 01 Dec 2003 04:38:42 -0500
Well if you retained the results of the "do shell script" command used
to launch each application the process ID is contained within those
results. You could then parse out that process ID and use that to
figure out which instance is which. It would be a little bit of a pain
but it could be done. The solution, however, is left to the reader...
:-)
- Ken
On Dec 1, 2003, at 1:57 AM, Walter Ian Kaye wrote:
At 12:31a -0500 12/01/2003, Graff didst inscribe upon an electronic
papyrus:
How many processes called iTunes do you expect to find?
Theoretically there could be more than one! :-)
- Ken
Especially after that thread about using the shell to spawn multiple
instances of an app. Of course in that case, how would you tell them
apart?
("you" meaning either a human *or* a script...)
_______________________________________________
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.