@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" %* )