Files
DVDFabServerEmulator/start.bat
Deja b8e22740e2 v1.1.2 (1)
General bug fixes. This update is recommended for everyone.
2024-08-22 14:33:12 +00:00

17 lines
291 B
Batchfile

@echo off
if "%~1"=="-FIXED_CTRL_C" (
SHIFT
) ELSE (
CALL <NUL %0 -FIXED_CTRL_C %*
GOTO :EOF
)
cd /d %~dp0
@call npm install
setx http_proxy "http://localhost:8000"
setx https_proxy "http://localhost:8000"
cls
node .
setx http_proxy ""
setx https_proxy ""
exit /b 0