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


Click here to return to the 'Display system uptime in a Finder dialog' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Display system uptime in a Finder dialog
Authored by: gxw on Mar 18, '08 05:35:48PM

Thanks for the hint.
Modified to give me a fortune cookie upon login.
You'll need to install the fortune package from Darwin ports.

set output to do shell script "/opt/local/bin/fortune"

tell application "Finder"
display dialog output buttons {"OK"} default button 1 with title "Fortune Cookie"
end tell



[ Reply to This | # ]