Over 10 years ago, the Macs under System 7 displayed a new year greeting on Jan 1. Anybody knows why Apple removed such greeting? Is there any way to get back this feature?
I think you could theoretically create a cron job to run: osascript -e 'tell application "Finder" to display dialog "Happy New Year!"'
(try it in terminal).
I think you could also do it with automator, but I'm not to practiced with it personally.
I think you could theoretically create a cron job to run: osascript -e 'tell application "Finder" to display dialog "Happy New Year!"'
(try it in terminal).
I think you could also do it with automator, but I'm not to practiced with it personally.