7 lines
188 B
Batchfile
7 lines
188 B
Batchfile
![]() |
@IF EXIST "%~dp0\node.exe" (
|
||
|
"%~dp0\node.exe" "%~dp0\..\ansi-html\bin\ansi-html" %*
|
||
|
) ELSE (
|
||
|
@SETLOCAL
|
||
|
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
||
|
node "%~dp0\..\ansi-html\bin\ansi-html" %*
|
||
|
)
|