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