Re: my first script
Re: my first script
- Subject: Re: my first script
- From: cassj <email@hidden>
- Date: Tue, 21 Jan 2003 20:20:51 -0500
Aaron -
Welcome to the AppleScript Users list. You'll find a lot of friendly
helpful advice here.
-Cassj :-)
On Tuesday, January 21, 2003, at 07:15 PM, Aaron Willems wrote:
I'm a newbie to this. I don't know if I will be mocked but here it
goes. I want to write a script that I can save as an Application. It's
job is to access our file server, and bring up the log in menu without
having to access the go menu to select connect to server. Here is what
I have written so far. It seems to work but it brings the log in menu
to the back of all open windows and applications. I need it pop up in
front of all the active open windows and applications.
tell application "Finder"
open location "afp:/at/name of server:*"
end tell
Thanks
Aaron Willems
Network Administrator
Lieberman Productions
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.
_______________________________________________
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.