Lines Matching refs:set
23 set DIRNAME=%~dp0
24 if "%DIRNAME%" == "" set DIRNAME=.
25 set APP_BASE_NAME=%~n0
26 set APP_HOME=%DIRNAME%
29 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
31 set WRAPPER_MODULE_PATH=%APP_HOME%\hvigor\hvigor-wrapper.js
32 set NODE_EXE=node.exe
44 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
46 echo Please set the NODE_HOME variable in your environment to match the
52 set NODE_HOME=%NODE_HOME:"=%
53 set NODE_EXE_PATH=%NODE_HOME%/%NODE_EXE%
57 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
59 echo Please set the NODE_HOME variable in your environment to match the