Re: Scripting Terminal.app
Re: Scripting Terminal.app
- Subject: Re: Scripting Terminal.app
- From: John Baltutis <email@hidden>
- Date: Sat, 26 Apr 2003 17:45:46 -0700
On 4/26/03, Philippe GRUCHET <email@hidden> wrote:
>
>
The following is working too:
>
>
tell application "Terminal" to make new window at the end of windows
In SE 2.0, OS X 10.2.5, AS 1.9.1, if Terminal is not running, it launches
Terminal, and reports the result as:
->window id 596 of application "Terminal"
run the script with Terminal running and it reports:
->window id 602 of application "Terminal"
run it again and get a new id result.
However, click on the menu item Window and see there is only one window
present. Bottom line. It launches Terminal and opens a window if Terminal
is not running. When running, it doesn't do anythiing except return a new
window id in the result, but the new windows don't exist. Maybe I'm just
missing something here.
_______________________________________________
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.