Files
tg_python/run_login.bat
2026-04-23 22:06:19 +08:00

6 lines
155 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
@echo off
REM 必须在「wx_python」根目录运行与 tg_bridge 文件夹同级)
cd /d "%~dp0"
python -m tg_bridge.login_cli
if errorlevel 1 pause