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


Click here to return to the 'applescript answer' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
applescript answer
Authored by: poultryfarm on Nov 07, '02 06:11:06PM

try this applescript:

tell application "Finder"
set visible of every process whose visible is true and name is not "Finder" to false
end tell



[ Reply to This | # ]