my first script
my first script
- Subject: my first script
- From: Aaron Willems <email@hidden>
- Date: Tue, 21 Jan 2003 16:15:54 -0800
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.