NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/.bin/csv2json.cmd
2023-09-14 14:47:11 +08:00

7 lines
180 B
Batchfile

@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" %*
)