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