source:
trip-planner-front/node_modules/.bin/nopt.cmd
Last change on this file was 59329aa, checked in by , 3 years ago | |
---|---|
|
|
File size: 259 bytes |
Line | |
---|---|
1 | @ECHO off |
2 | SETLOCAL |
3 | CALL :find_dp0 |
4 | |
5 | IF EXIST "%dp0%\node.exe" ( |
6 | SET "_prog=%dp0%\node.exe" |
7 | ) ELSE ( |
8 | SET "_prog=node" |
9 | SET PATHEXT=%PATHEXT:;.JS;=;% |
10 | ) |
11 | |
12 | "%_prog%" "%dp0%\..\nopt\bin\nopt.js" %* |
13 | ENDLOCAL |
14 | EXIT /b %errorlevel% |
15 | :find_dp0 |
16 | SET dp0=%~dp0 |
17 | EXIT /b |
Note:
See TracBrowser
for help on using the repository browser.