sf-static/test/node/lib/node_modules/.bin/nopt.cmd

7 lines
180 B
Batchfile
Raw Normal View History

2023-02-28 18:21:07 +00:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\nopt\bin\nopt.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\nopt\bin\nopt.js" %*
)