From bb03ce4533503264a7445bd560d841a2ce5fd778 Mon Sep 17 00:00:00 2001 From: songyuchao Date: Wed, 26 Aug 2026 16:53:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=AF=8F=E5=A4=A9=E4=B8=8B?= =?UTF-8?q?=E7=8F=AD=E6=89=A7=E8=A1=8C=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- register_task.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/register_task.bat b/register_task.bat index 3dcecf3..30f92f4 100644 --- a/register_task.bat +++ b/register_task.bat @@ -18,7 +18,7 @@ REM /sc daily : 每天执行 REM /st 06:03 : 早上6点03分 REM /it : 仅在用户登录时交互式运行(RPA操作GUI必需) REM /f : 覆盖已存在的同名任务 -schtasks /create /tn "%TASK_NAME%" /tr "\"%SCRIPT_PATH%\"" /sc daily /st 06:03 /it /f +schtasks /create /tn "%TASK_NAME%" /tr "\"%SCRIPT_PATH%\"" /sc daily /st 18:03 /it /f if %errorlevel% equ 0 ( echo.