@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\next\dist\bin\next" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\next\dist\bin\next" %* )