documentit/node_modules/.bin/rimraf.cmd

7 lines
168 B
Batchfile
Raw Normal View History

2018-01-05 18:48:13 +00:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\rimraf\bin.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\rimraf\bin.js" %*
)