2025-09-26 22:32:44 -03:00

8 lines
185 B
Batchfile

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