An error occurred while loading the file. Please try again.
dsv2json.cmd 180 bytes
@IF EXIST "%~dp0\node.exe" (
  "%~dp0\node.exe"  "%~dp0\..\d3-dsv\bin\dsv2json" %*
) ELSE (
  @SETLOCAL
  @SET PATHEXT=%PATHEXT:;.JS;=;%
  node  "%~dp0\..\d3-dsv\bin\dsv2json" %*