
批處理怎樣用計劃任務定時執行文件
請問我這個代碼有什么不對的地方嗎 怎么不能正常執行呢nclick="copycode($('code0'));">復制代碼
- set /p t=
- for /l %%I in (1 1 4) do (
- set b=%t:~-2%
- set /a f=%b%+1
- set s=%t:~0,2%
- set t=%s%:%f%
- call :a
- )
- :a
- at %t% /interactive C:Program FilesTTPlayerTTPlayer.exe

