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 ./install.sh.
11 if %errorlevel% neq 0 set "MISSING_REQUIREMENTS= python &echo\"
24 echo Installing ESP-IDF tools
28 echo Setting up Python environment
32 echo All done! You can now run:
33 echo export.bat
37 echo.
38 echo Error^: The following tools are not installed in your environment.
39 echo.
40 echo %MISSING_REQUIREMENTS%
41 echo.
42 echo Please use the Windows Tool installer for setting up your environment.
43 echo Download link: https://dl.espressif.com/dl/esp-idf/
44 …echo For more details please visit our website: https://docs.espressif.com/projects/esp-idf/en/lat…