@echo off rem ============================================================ rem 中文名启动器(内容保持纯 ASCII,避免任何编码问题) rem ============================================================ cd /d "%~dp0" call "%~dp0run.bat" %*