Files
DVDFabServerEmulator/start.bat
Deja bb247bafc0 v1.1.1
Added ban prevention and refined the code.
2024-08-22 02:38:56 +00:00

7 lines
152 B
Batchfile

@echo off
@call npm install
setx http_proxy "http://localhost:8000"
setx https_proxy "http://localhost:8000"
start node %~dp0"index.js"
exit /b 0