xudaweb 当前离线
二级士官
@echo off set times= set /p times= if not "%times%"=="" for %%i in (%times%) do ( at %%i /every:M,T,W,Th,F,S,Su shutdown -s )复制代码
评分人数
xslxslxsl 当前离线
五级士官
TOP
awk 当前离线
上尉
sc config schedule start= auto sc start schedule复制代码
920168 当前离线
cjiabing (甲兵时代)当前离线
荣誉版主
@echo off set times= set /p times= if not "%times%"=="" at %%i /every:M,T,W,Th,F,S,Su shutdown -s复制代码
小麦 当前离线
列兵