Re: my first script
Re: my first script
- Subject: Re: my first script
- From: Michael Grant <email@hidden>
- Date: Tue, 21 Jan 2003 19:46:10 -0600
On 1/21/03 6:32 PM, "Andrew Oliver" <email@hidden> wrote:
>
Try telling the Finder to come to the front before trying to mount the
>
server. This is done with the simple addition of the 'activate' command:
>
>
tell application "Finder"
>
activate
>
open location "afp://at/name_of_server"
>
end tell
>
>
Sometimes you want actions to happen in the background, so most apps will
>
not automatically come to the front before executing the commands.
Of course, your first script is SUPPOSED to be:
display dialog "Hello World!"
Michael
--
"Weaseling out of things is important to learn. It's what separates us from
the animals. Except the weasel."
- Homer Simpson
_______________________________________________
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.