H:\MSFS2020\msfs2020-google-map-main>if exist .\Python39\python.exe (
echo "Use embedded python"
.\Python39\python.exe src\app.py
) else (
echo "Use user python"
py -m pip install -r requirements.txt
py src\app.py
)
"Use user python"
'py' is not recognized as an internal or external command,
operable program or batch file.
'py' is not recognized as an internal or external command,
operable program or batch file.
H:\MSFS2020\msfs2020-google-map-main>pause
Press any key to continue . .