Home > OS >  CMD command regularly remind the rest of the message
CMD command regularly remind the rest of the message

Time:09-18


CMD command regularly remind rest, is timing task execution plan, in accordance with the rest. The command input in the bat, run the bat file specified location, you can use ASCII Art Studio software to customize display character content, if use computer for long time work at ordinary times, can affect vision and eye health, so you need to set up such a reminder, of course CHKen Tray Cloock the taskbar clock tool also has regular news alerts, and other small tools, such as desktop alarm clock has the same effect,



Rest display BAT file download:
https://pan.baidu.com/s/1XnpXGxTuAoCiWlMqSkFgmg

========================command content===========================
@ the title to protect his eyes pay attention to rest
@ color 0 a
@ echo plan task once every 60 minutes running
@ echo command schtasks/create/sc/tn 60 minute/mo "rest reminder/tr" C: \ display rest. Bat

@ echo terminated tasks on the local computer
@ echo command schtasks/end/tn "rest reminder
"
@ echo displayed on the local computer plan task
@ echo command schtasks/query

@ echo delete task
@ echo command schtasks/delete/tn rest reminder

Pay attention to rest @ echo protect eyes!
@ echo * * * *
@ echo * * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * *
@ echo * * * * * * *
@ echo
@ echo * * * * *
@ echo * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@ echo * * * * * * * *
@ echo * * * * * * * * * * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * *
@ echo * * * * * * * * * * * * * * * * * * * * * * * * * *
@ echo * * * * * * * * * *
@ echo off
@ the timeout/t 60/nobreak
========================================================

CodePudding user response:

This method is simple and quick, and, of course, use the VBS script methods,
Choice/t/d 60 y/n & gt; Nul also can achieve the effect of delay in 60 seconds, and does not show the countdown,
  • Related