An error occurred while loading the file. Please try again.
ansi-html.cmd 188 bytes
@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" %*