Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Minimize all Finder windows at login via AppleScript' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Minimize all Finder windows at login via AppleScript
Authored by: michelle_eris on Jan 03, '07 01:59:08PM

A little known feature of Applescript is that making a plural of something is the same as prepending "every" to it. Therefore, "windows" is the same as "every window". In fact, if you run my script and look in the log, "windows" in the scriopt will be expanded to "every window" in the log.



[ Reply to This | # ]