pyren/PYREN.BAT
2022-08-27 08:23:32 +03:00

6 lines
72 B
Batchfile

@echo off
echo Run's app ...
rem uses python3
python3.exe main.py
pause