10 lines
197 B
Batchfile
10 lines
197 B
Batchfile
|
|
@echo off
|
||
|
|
chcp 65001 >nul
|
||
|
|
echo ========================================
|
||
|
|
echo 启动模拟电动扳手服务器
|
||
|
|
echo ========================================
|
||
|
|
echo.
|
||
|
|
python wrench_simulator.py
|
||
|
|
pause
|
||
|
|
|