Files
AnyDVDFabLicenseEmulator/start.bat
APIdumper 1146a2399e v1.1
2024-08-22 08:51:02 +05:30

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