diff --git a/run.bat b/run.bat index 0e91ef9..68378df 100644 --- a/run.bat +++ b/run.bat @@ -2,15 +2,16 @@ :: Check python installation python.exe --version > NUL + +:: Clean potential error or python version CLS + IF errorlevel 1 ( - :: Verbose ECHO Installation of Python not found, installation... :: Install Python 3.11 from MS Store ECHO Y | winget install -he 9NRWMJP3717K - :: Verbose ECHO Download and installation of dependencies... :: Install dependencies