Re: First Script
Re: First Script
- Subject: Re: First Script
- From: Timothy Bates <email@hidden>
- Date: Sat, 09 Mar 2002 12:02:47 +1100
On 8/3/02 10:49 AM, "Elton Hughes" <email@hidden> wrote:
>
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?
Same reason you get one when you open terminal. Its default behaviour is to
open a window on launch.
_______________________________________________
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: | |
| >First Script (From: Elton Hughes <email@hidden>) |