TorqueWrench/start_simulator.bat

14 lines
201 B
Batchfile
Raw Permalink Normal View History

2026-01-24 02:54:01 +08:00
@echo off
chcp 65001 >nul
echo ========================================
echo 启动模拟电动扳手服务器
echo ========================================
echo.
python wrench_simulator.py
pause
2026-02-04 11:35:09 +08:00
2026-02-26 16:39:29 +08:00