alarm clock
I know there are a lot of clocks out there, but I can't find one that sits in the menu bar and does repeating alerts (daily pills for example). Anybody know of a good one? I thought I could do it in Palm desktop, but I don't want it displayed on the calendar every day. Thanks in advance.
Comments
on idle
if time is 19:00 then
\tbeep
\tsay "Take yer pills buddio!"
end
will this work?
<strong>Maybe there can be an easy AppleScript application:
on idle
if time is 19:00 then
\tbeep
\tsay "Take yer pills buddio!"
end
will this work?</strong><hr></blockquote>
I've never written an AppleScript (they don't call me stoneage for nothing)