Re: How to hide an application?
Re: How to hide an application?
- Subject: Re: How to hide an application?
- From: "Christopher C. Stone" <email@hidden>
- Date: Mon, 11 Dec 2000 10:22:51 -0600
At 12/11/00 15:56 +0000, Jutta Stork wrought:
>
I'd like to hide a running application in the background. Can anybody tell me how to manage this by script?
___________________________________________________________________________
Hello Jutta,
tell application "Finder"
set visible of (process 1 whose creator type is "CSOm") to false
end tell
Best Regards,
Chris