Re: Open "Connect To Server..." via Applescript
Re: Open "Connect To Server..." via Applescript
- Subject: Re: Open "Connect To Server..." via Applescript
- From: kai <email@hidden>
- Date: Thu, 15 Mar 2007 21:45:37 +0000
On 15 Mar 2007, at 20:36, Zach Wells wrote:
Is there a way to open the “Connect to Server...” (apple+K) window
in finder from applescript? I don’t want to make a connection, just
open the window so I can select from my favorites.
Your sentence actually suggests one way to do this, Zach:
--------------------
activate application "Finder"
tell application "System Events" to keystroke "k" using command down
--------------------
---
kai
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden