Files
Ontime/backendpanel/asset/node_modules/.bin/marked.cmd
T
2026-03-11 15:29:37 +07:00

7 lines
182 B
Batchfile
Executable File

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\marked\bin\marked" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\marked\bin\marked" %*
)