Re: Refrencing an app by process id?
Re: Refrencing an app by process id?
- Subject: Re: Refrencing an app by process id?
- From: g3pb <email@hidden>
- Date: Thu, 26 Jul 2001 14:03:57 -0800
tell application "Finder" to ,
set appList to every process
tell application "Finder" to ,
set appList to name of every process
-- hcir
mailto:email@hidden
Made with a Mac!
>
Is there a way to refrence the app in a tell by process id?
>
>
As in
>
>
Tell app "myapp"
>
>
Tell process 3
>
>
>
And is there a way to list all running processes by name?