5 lines
83 B
Batchfile
5 lines
83 B
Batchfile
@echo off
|
|
echo Run's app ...
|
|
rem uses python3
|
|
python3.exe _pyren3_launcher.py
|
|
pause |