Lines Matching refs:set
25 set DIRNAME=%~dp0
26 if "%DIRNAME%" == "" set DIRNAME=.
27 set APP_BASE_NAME=%~n0
28 set APP_HOME=%DIRNAME%
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
33 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js
34 set NODE_EXE=node.exe
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
54 set NODE_HOME=%NODE_HOME:"=%
55 set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE%
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the