Set forced flush mode for print

pull/3/head
remittor 3 years ago
parent b4aac2ada7
commit df111abf22

@ -1,3 +1,4 @@
@echo off
chcp 866 >NUL
SET PYTHONUNBUFFERED=TRUE
start cmd /k python\python.exe menu.py

@ -1,5 +1,6 @@
@echo off
chcp 866 >NUL
SET PYTHONUNBUFFERED=TRUE
if "%~1"=="" goto menu

Loading…
Cancel
Save