Files
openwrt-xiaomi_xmir-patcher/run.bat
T

13 lines
161 B
Batchfile

@echo off
chcp 866 >NUL
SET PYTHONUNBUFFERED=TRUE
if "%~1"=="" goto menu
python\python.exe %*
goto :EOF
:menu
python\python.exe menu.py
goto :EOF