Re: How do I hide an application?
Re: How do I hide an application?
- Subject: Re: How do I hide an application?
- From: "Marc K. Myers" <email@hidden>
- Date: Thu, 21 Jun 2001 08:30:19 -0400
- Organization: [very little]
>
Date: Tue, 19 Jun 2001 07:39:13 -0500
>
Subject: How do I hide an application?
>
From: Steven Kroll <email@hidden>
>
To: "email@hidden"
>
<email@hidden>
>
>
Greetings,
>
Intro: OS 9.0.4 with Jon9s & Akua.
>
I would like to learn to write script that hides one or all the running
>
applications just like I can do from selecting the choice from the
>
application menu. My goal: a local workflow script that if run as a folder
>
action would launch Acrobat distiller, then hide it.
The Finder will hide it for you:
tell application "Finder"
set visible of process "Acrobat Distiller" to false
end tell
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[6/21/01 8:29:54 AM]