Answer the question
In order to leave comments, you need to log in
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
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.
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
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.
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
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.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question