Windows XP批处理文件中怎么判断时间?

2024年12月01日 13:50
有1个网友回答
网友(1):

@echo off
if %time:~0,2% EQU 5 shutdown -f -s -t 0 & exit
if %time:~0,2% EQU 6 (if %time:~3,2% LEQ 45 shutdown -f -s -t 0 & exit)