Re: List processes problem
Re: List processes problem
- Subject: Re: List processes problem
- From: Shane Stanley <email@hidden>
- Date: Thu, 04 Jan 2001 09:01:20 +1100
On 4/1/01 7:41 AM +1000, steve, email@hidden, wrote:
>
on idle
>
tell application "Finder"
>
set running_apps to processes as list
>
if running_apps does not contain "FileMaker Pro" or does not contain
>
"StuffIt Deluxe" then
>
tell application "restart script"
>
activate
>
end tell
>
end if
>
return 30
>
end idle
Try:
set set running_apps to name of processes
--
Shane Stanley, email@hidden