Lines Matching full:echo
1 @echo off
3 echo This .bat file is for Windows CMD.EXE shell only. When using MSYS, run:
4 echo . ./export.sh.
11 if %errorlevel% neq 0 set "MISSING_REQUIREMENTS= python &echo\"
25 echo Setting IDF_PATH: %IDF_PATH%
26 echo.
29 echo Adding ESP-IDF tools to PATH...
45 if not "%PATH_ADDITIONS%"=="" echo %PATH_ADDITIONS:;=&echo. %
53 echo Checking if Python packages are up to date...
57 echo.
58 echo Done! You can now compile ESP-IDF projects.
59 echo Go to the project directory and run:
60 echo.
61 echo idf.py build
62 echo.
67 echo No directories added to PATH:
68 echo.
69 echo %PATH%
70 echo.
74 echo.
75 echo Error^: The following tools are not installed in your environment.
76 echo.
77 echo %MISSING_REQUIREMENTS%
78 echo.
79 echo Please use the Windows Tool installer for setting up your environment.
80 echo Download link: https://dl.espressif.com/dl/esp-idf/
81 …echo For more details please visit our website: https://docs.espressif.com/projects/esp-idf/en/lat…