You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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