0
0
DVDFabServerEmulator/stop.bat

6 lines
92 B
Batchfile
Raw Permalink Normal View History

2024-09-09 03:37:16 +00:00
@echo off
taskkill /f /im "node.exe*"
setx http_proxy ""
setx https_proxy ""
exit /b 0