- 帖子
- 1023
- 积分
- 3120
- 技术
- 230
- 捐助
- 160
- 注册时间
- 2010-12-22
|
[其他] TSched - 暂停直到指定的时间(HH:MM)
虽然说有很多 Sleep 工具,然后可以计算出要暂停的毫秒,但是这样就麻烦了。于是我就找来了这个工具。
C:\>tsched
TSCHED - Tiny Scheduler v1.05
Copyright (c) 1999, 2009 by Jim Lawless
Syntax:
TSched [TSched options] [command arguments ]
Valid TSched options:
-runat HH:MM Execute command at specified time.
-waituntil HH:MM Just wait until specified time ( no
commands are executed.
-quiet Suppress status messages.
Time (HH:MM) values must be entered in "military time" format.
( 6:05 p.m. would be specified as 18:05. )
C:\>
示例:
C:\>tsched -waituntil 10:00
TSCHED - Tiny Scheduler v1.05
Copyright (c) 1999, 2009 by Jim Lawless
Waiting until 10:00 current time is 09:06:56
--------------------------------------
官网: http://www.mailsend-online.com/blog/a-command-line-scheduler.html
--------------------------------------
http://bcn.bathome.net/s/tool/index.html?key=TSched |
|