linlianboy 当前离线
上等兵
TOP
flashercs 当前离线
少校
@echo off powershell -c "$dtm=Get-Date;if($dtm.DayOfWeek -eq 'Tuesday' -and $dtm.TimeOfDay -ge '07:00' -and $dtm.TimeOfDay -le '09:00'){exit 1}else{exit 0}" if errorlevel 1 ( echo 退出执行脚本 exit /b ) echo 执行脚本... pause复制代码