A
A
Alexey Solodky2013-04-19 23:27:15
Software and Internet Services
Alexey Solodky, 2013-04-19 23:27:15

Reminder program?

Essence: It is necessary to throw out a reminder every one and a half hours.
For example, at 10.00 11.30 13.00 and so on all day.
Tell me something not bulky.
Thank you.

Answer the question

In order to leave comments, you need to log in

10 answer(s)
A
armid, 2013-04-20
@armid

Why is the built-in task scheduler not suitable?
We set up the trigger for the same batch file that Alert throws out.
Pros:
— not bulky;
- free;
- without unnecessary software zoo.

N
Nikita Gusakov, 2013-04-20
@hell0w0rd

e.ggtimer.com/90min
I have "-timer" in chrome, put a space and enter the time. It is configured through the configuration of additional searches for frequently visited sites.
e.ggtimer.com/%s

S
Shultc, 2013-04-20
@Shultc

Damn, I would have suggested, but ... forgot.

Z
Ziklon, 2013-04-20
@Ziklon

I use Rainlendar , there is support for the Russian language.

J
jorikburlakov, 2013-04-21
@jorikburlakov

Google
Calendar

I
Iehbr, 2014-01-16
@Iehbr

1. Hot Alarm Clock
2. Free Alarm Clock
3. Free Countdown Timer
4. Free Stopwatch
5. Free Timer
6. Tiny Clock 1.1
P.S.: I use the first one myself.

I
Igr2, 2020-12-10
@Igr2

If you want to be as lightweight as possible, you can roll the script yourself.
Create a "reminder.vbs" file somewhere.
Open it with a text editor and paste the text:

Const minutes = 5
Do While MsgBox("Hey!", vbOKCancel, "Hey!") = vbOk
  WScript.Sleep(minutes * 60 * 1000)
Loop

In the first line of the minutes variable, assign the period in minutes that you need (here 5 minutes).
Run the script (double click).
A window will appear every 5 minutes. If you want it to appear again after 5 minutes, click OK . If you don't want to anymore, click Cancel .

M
microphone, 2013-04-20
@microphone

For example, on some software site, the software category has alarm clocks , at least there is a normal description and the free category can be set.
I used BIRTHDAY! millennium, but it won't remind you more than once a day, more like a holiday reminder.
Here is something similar to your request.

K
Konstantin Kitmanov, 2013-04-20
@k12th

Possibly an overkill, but nnCron .

U
uoziod, 2013-05-08
@uoziod

Wunderlist . Also in the cloud!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question