test install.cmd
This commit is contained in:
@@ -17,12 +17,11 @@ set PROG=rustdesk-%VERS%-%ARCH%.exe
|
||||
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
@echo off
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% --silent-install
|
||||
timeout /t 15
|
||||
timeout /t 12
|
||||
%PROG% --install-service
|
||||
timeout /t 15
|
||||
timeout /t 12
|
||||
|
||||
:: --- Ermittle RustDesk ID
|
||||
for /f "delims=" %%i in ('%PROG% --get-id ^| more') do set rustdesk_id=%%i
|
||||
|
Reference in New Issue
Block a user