Re: 2 Windows
Re: 2 Windows
- Subject: Re: 2 Windows
- From: Brian Loomis <email@hidden>
- Date: Sat, 09 Mar 2002 23:38:37 -0700
On 3/8/02 3:53 PM, "email@hidden"
<email@hidden> wrote:
>
--__--__--
>
>
Message: 1
>
Date: Thu, 7 Mar 2002 15:49:36 -0800
>
Subject: First Script
>
From: Elton Hughes <email@hidden>
>
To: applescript <email@hidden>
>
>
Hello All,
>
>
Well, I have written my first script and it looks like this:
>
>
ignoring application responses
>
tell application "Terminal"
>
activate
>
do script with command ,
>
"telnet 10.0.15.1"
>
end tell
>
end ignoring
>
>
It works almost as expected, except that I get two windows. Why am I
>
getting two windows?
>
>
Elton
Elton, consider setting the application preferences for Terminal to not
create a new window at startup, rather "Do Nothing" is what you want.
Brian Loomis
-w w w .a p p l e s c r i p t d e v e l o p e r . c o m
http://www.applescriptdeveloper.com
email@hidden
208 385 7474 208 861 7376
"I would sit around and play the games on our Texas Instruments, my brother
started writing programs"
--Lincoln Loomis
_______________________________________________
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.