TorqueWrench/frontend/start_frontend.bat

11 lines
185 B
Batchfile
Raw Normal View History

2026-01-24 02:54:01 +08:00
@echo off
chcp 65001 >nul
echo ========================================
echo 启动前端GUI
echo ========================================
echo.
cd /d %~dp0
python wrench_gui.py
pause