Re: hide command?
Re: hide command?
- Subject: Re: hide command?
- From: Paul Berkowitz <email@hidden>
- Date: Wed, 19 Jun 2002 09:40:55 -0700
On 6/19/02 8:34 AM, "Mario Kolaszewski" <email@hidden> wrote:
>
Is there a command that hides an application?
This should work:
tell application "Finder"
set visible of process "Application Name" to false
end tell
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >hide command? (From: Mario Kolaszewski <email@hidden>) |