documentit/node_modules/.bin/rc.cmd

7 lines
164 B
Batchfile
Raw Normal View History

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