at|findstr "今天"&&at /delete /yes
set newtime=%time:~0,5%
for /f "tokens=1,2 delims=:." %%a in ("%newtime%"
do (set /a t=100%%a%%100,h=100%%b%%100)
set /a jiayi=%t%+1
at %jiayi%:00 /interactive c:\w\十不足.bat>nul 2>nul
以上在是计划执行中,无法建立新计划,而双击却可以?
请问为什么?
set newtime=%time:~0,5%
for /f "tokens=1,2 delims=:." %%a in ("%newtime%"
do (set /a t=100%%a%%100,h=100%%b%%100)set /a jiayi=%t%+1
at %jiayi%:00 /interactive c:\w\十不足.bat>nul 2>nul
以上在是计划执行中,无法建立新计划,而双击却可以?
请问为什么?


