Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Huge Newsgroups: comp.sys.mac.apps Subject: Re: Daily warning required. Date: 29 Aug 2015 11:52:48 GMT Organization: Piglet's Pickles & Preserves Lines: 48 Message-ID: References: <1m9wxgo.o623j21f8a73sN%peter@pfjames.co.uk> <290820151217318949%timstreater@greenbee.net> Reply-To: usenet@huge.org.uk X-Trace: individual.net yjumEwKcLnKQlETgXuQOGwkh41UBrZ2K3Na0hdTuN06oJi/L9Q Cancel-Lock: sha1:7epGcxtjLvQZRDDKLFgIMmwspa0= X-No-Archive: Yes X-Clacks-Overhead: GNU Terry Pratchett User-Agent: slrn/1.0.1 (Linux) Xref: csiph.com comp.sys.mac.apps:31392 On 2015-08-29, Tim Streater wrote: > In article , Huge > wrote: > >>On 2015-08-29, Peter James wrote: >>> I need an app that will run on OS X v 10.10.5 that will give me a daily >>> warning at 6.30 p.m each and every day to take medication that has been >>> prescribed for me. >>> I have to take it at this time. >>> >>> Any recommendations from anyone? >> >>cron, bash and zenity > > Did you drop something on your toe? LOL. > [Looks in puzzlement at Tim's retreating back] Oh, g'won then, I'm in a good mood. All of this stuff runs in the Unix environment that supports Mac OS and ignores the party frock in front. - cron is a program that runs other programs at specific intervals - bash is a "shell" - it accepts commands and runs them. It may well be what you see when you open a Terminal on your Mac. - zenity is a program that pops up a window under the command of a shell script. So, you can create a script that says; zenity --info "Take your drugs!" And run it from cron at 18:30 each day. -- Today is Sweetmorn, the 22nd day of Bureaucracy in the YOLD 3181 I don't have an attitude problem. If you have a problem with my attitude, that's your problem.