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