dienstplan/node_modules/.bin/throttleproxy.cmd
2017-09-13 07:52:34 +02:00

7 lines
214 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\stream-throttle\bin\throttleproxy.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\stream-throttle\bin\throttleproxy.js" %*
)