@ECHO OFF chcp 65001 >nul title PinMAP转PinList -By:LeeQwQ mode con cols=80 color 0B cls cd /d "%~dp0Code\src" python main.py echo. pause EXIT