8

I'm looking for a tool, that can alert me every hour with a popup and a message (like "take your medicine..") I'm running Windows XP.

gsharp
  • 1,056

2 Answers2

15

Control Panel -> Administrative Tools -> Task scheduler.

Create task (at the right) :
Name: Medicine
Desc: whatyouwant
Trigger tab: NEW

Begin: on a schedule
Settings: Daily
Advanced settings (bottom):
Repeat task every: (set it however you want) 1 hour | for a duration: Indefinitely

Actions:
Display a message
Title: Medicine
Message: Take your medicine.


Screenshots:

enter image description here  enter image description here  enter image description here  enter image description here

Gareth
  • 19,080
Apache
  • 16,299
0

For Gnome there exists a Timer Applet which provides such (or very similar) functionality.

Bobby
  • 9,032