Re: Newbie with an easy question
Re: Newbie with an easy question
- Subject: Re: Newbie with an easy question
- From: Bernardo Hoehl <email@hidden>
- Date: Fri, 29 Apr 2005 14:53:27 -0300
Doe this do what you want?
set FolderName to "NameOfYourzFolderHere"
tell application "Finder" to activate
tell application "System Events"
keystroke "f" using command down
keystroke FolderName
keystroke return
end tell
Bernardo Höhl
Rio de Janeiro - Brazil
++++++++++++++++++++++++++
On 29 Apr, 2005, at 2:29 PM, Sarah Spence wrote:
Hi there
I'm writing a simple command in Apple Script to run via Panorama, to
open Finder's Find function.
tell application "Finder"
activate
????
end tell
Where I have put ???? I would like the code to open the menu
File>Find... and to make sure a specific folder is open. I can't
seem to find any similar examples in the Mac OSX Missing Manual or
online. It's far too simple a question to get caught up in classes
etc!
Any help greatly appreciated.
Thanks,
Sarah :)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden