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


Click here to return to the 'Worked since 10.2' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Worked since 10.2
Authored by: onebear on Nov 01, '03 08:44:44AM

I use this Applescript to close all server mount windows when booting;

tell application "Finder"
if the (count of windows) is not 0 then
close every window
end if
end tell

Simple but nice…



[ Reply to This | # ]