Re: How to hide an application?
Re: How to hide an application?
- Subject: Re: How to hide an application?
- From: SemiColon <email@hidden>
- Date: Mon, 11 Dec 2000 08:04:46 -0800
At 3:56 PM +0000 12/11/00, Jutta Stork wrote:
>
I'd like to hide a running application in the background. Can anybody tell me how to manage this by script?
tell application "Finder" to set the visible of application process "Eudora" to false
;