Re: First Script
Re: First Script
- Subject: Re: First Script
- From: hcir <email@hidden>
- Date: Fri, 8 Mar 2002 12:01:24 -0900
Terminal is opening a window due to it being activated (started) and
opening a window to execute your command
On Friday, March 8, 2002, at 07:04 , Elton Hughes 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
- hcir
email@hidden
_______________________________________________
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>) |