RE: minimize the terminal
RE: minimize the terminal
- Subject: RE: minimize the terminal
- From: Jay <email@hidden>
- Date: Wed, 22 Oct 2003 17:54:02 -0500
Hi Mathew,
Does something like this work for you?
-------------------------
tell application "Terminal"
set window 1's miniaturized to true
end tell
-------------------------
It minimizes the open window to the Dock just fine in OS 10.2.7 for me.
Jay
==============
On Wednesday, October 22, 2003, at 01:47 PM,
email@hidden wrote:
>
Date: Wed, 22 Oct 2003 08:13:03 -0400
>
Subject: minimize the terminal.
>
Cc: AS lists <email@hidden>
>
To: Shane Stanley <email@hidden>
>
From: Mathew Hoy <email@hidden>
>
>
i'm trying to write a script that opens terminal, starts script "top"
>
and
>
then minimizes the window.
>
>
so far:
>
>
tell app "terminal"
>
activate
>
do shell script "top"
>
end tell
>
>
i've been trying ways to minimize the window all morning. anyone
>
have any suggestions? ugh. i'm too new to applescript to "get it"
>
this early in the morning.
>
>
thanks,
>
-mathew
_______________________________________________
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.