@echo off :a rem 取得当前时分值 set currentTime=%time:~0,2%%time:~3,2% rem echo TIME:%currentTime% rem 调用程序的脚本:"J:/lanp/资治通鉴经典故事 高清晰PDF.PDF" | start /b if %currentTime%==1856 (shutdown /s /t 60) goto :a pause
新建一个vds文件,命名为autoRun.vbs,代码如下:
复制代码 代码如下:
set ws=wscript.createobject("wscript.shell") ws.run "J:/lanp/autoRun/timer.bat /start",0