7 lines
No EOL
174 B
Batchfile
7 lines
No EOL
174 B
Batchfile
@IF EXIST "%~dp0\node.exe" (
|
|
"%~dp0\node.exe" "%~dp0\..\uuid\bin\uuid" %*
|
|
) ELSE (
|
|
@SETLOCAL
|
|
@SET PATHEXT=%PATHEXT:;.JS;=;%
|
|
node "%~dp0\..\uuid\bin\uuid" %*
|
|
) |