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