diff --git a/PYREN.BAT b/PYREN.BAT index b793856..c0cae35 100644 --- a/PYREN.BAT +++ b/PYREN.BAT @@ -1,5 +1,5 @@ @echo off echo Run's app ... rem uses python3 -python3.exe _pyren3_launcher.py -pause \ No newline at end of file +python3.exe main.py +pause