Re: Displaying 'Get Info'.
Re: Displaying 'Get Info'.
- Subject: Re: Displaying 'Get Info'.
- From: Ben Waldie <email@hidden>
- Date: Wed, 2 Jul 2003 10:01:00 -0400
Samuel,
On Wednesday, July 2, 2003, at 09:43 AM, Deivy Petrescu wrote:
I experienced the same problem originally. Changing the script to:
<script>
tell application "Finder"
activate
select folder named "SantosFC:Users:deivy:Desktop:"
end tell
tell application "System Events"
tell process "Finder"
click menu item "Get Info" of menu "File" of menu bar 1
end tell
end tell
</script>
will work. Finder has to be the frontmost application on the outset.
FYI. This should also work for you, without the use of "System
Events"...
tell application "Finder"
activate -- You can leave this line out if you want to
set thePath to "MacOS X Stuff:Documents:MacSOUP II:Incoming
News:"
open information window of folder thePath
end tell
- Ben
Benjamin S. Waldie
Automated Workflows, LLC
=============================================
AppleScript and Workflow Automation
Consulting - <
http://www.automatedworkflows.com>
AppleScript Info - <
http://www.applescriptguru.com>
AppleScript Training - <
http://www.applescripttraining.com>
=============================================
_______________________________________________
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.