@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\static-server2\bin\www" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\static-server2\bin\www" %* )