7 lines
240 B
Batchfile
7 lines
240 B
Batchfile
![]() |
@IF EXIST "%~dp0\node.exe" (
|
||
|
"%~dp0\node.exe" "%~dp0\..\default-gateway\node_modules\which\bin\node-which" %*
|
||
|
) ELSE (
|
||
|
@SETLOCAL
|
||
|
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||
|
node "%~dp0\..\default-gateway\node_modules\which\bin\node-which" %*
|
||
|
)
|