From 94e3d532e63af037efa7dc6cb610b935a61a68e6 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 14 Mar 2025 17:45:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4bat=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot_start.bat | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/bot_start.bat b/bot_start.bat index 452b22e..611d31c 100644 --- a/bot_start.bat +++ b/bot_start.bat @@ -1,13 +1,11 @@ @echo off cd /d F:\python\WeChatRobot -echo [INFO] 拉取最新代码... +echo [INFO] Pulling latest code... git pull -echo [INFO] 安装 Python 依赖... +echo [INFO] Installing Python dependencies... pip install -r requirements.txt -echo [INFO] 启动应用... -python F:\python\WeChatRobot\main.py -c 8 - -pause +echo [INFO] Starting application... +start python F:\python\WeChatRobot\main.py -c 8