6 lines
72 B
Batchfile
6 lines
72 B
Batchfile
@echo off
|
|
echo Run's app ...
|
|
rem uses python3
|
|
python3.exe main.py
|
|
pause
|