bulid 63
This commit is contained in:
6
agent/SET_SERVER_AND_START.bat
Normal file
6
agent/SET_SERVER_AND_START.bat
Normal file
@@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
cd /d "%~dp0"
|
||||
set /p HOCKEY_SERVER=Hockey server URL (example https://hockey.example.ru):
|
||||
if "%HOCKEY_SERVER%"=="" exit /b 1
|
||||
agent.exe --server "%HOCKEY_SERVER%"
|
||||
pause
|
||||
Reference in New Issue
Block a user