Re:List processes problem
Re:List processes problem
- Subject: Re:List processes problem
- From: Ken Dobson <email@hidden>
- Date: Wed, 03 Jan 2001 18:48:34 -0500
>
Message: 13
>
Date: Wed, 03 Jan 2001 15:42:22 -0600
>
Subject: Re: List processes problem
>
From: Jolly Roger <email@hidden>
>
To: Applescript-Users <email@hidden>
>
CC: steve <email@hidden>
>
>
on 1/3/2001 2:41 PM, steve wrote:
>
>
> but I still get an error. What am I doing wrong?
>
>
You'll need to tell us what the error is.
This subject was on the list a few weeks ago. I personally found this to be
the easiest solution
--
tell app "Finder" to set processList to name of every process
--
if processList contains "Outlook Express" then
beep
end if