Files
AnyDVDFabLicenseEmulator/start.bat
2024-08-21 21:37:09 +05:30

7 lines
138 B
Batchfile

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