添加后台代理代码
This commit is contained in:
10
codes/agent/tools/remove.bat
Normal file
10
codes/agent/tools/remove.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
if exist "%~dp0HttpRequestService.x64.exe" (
|
||||
set Service=%~dp0HttpRequestService.x64.exe
|
||||
) else if exist "%~dp0HttpRequestService.x86.exe" (
|
||||
set Service=%~dp0HttpRequestService.x86.exe
|
||||
) else (
|
||||
set Service=%~dp0HttpRequestService.exe
|
||||
)
|
||||
|
||||
|
||||
"%Service%" -remove
|
||||
Reference in New Issue
Block a user