code fixes
This commit is contained in:
@@ -16,6 +16,8 @@ set PROG=rustdesk-%VERS%-%ARCH%.exe
|
||||
:: --- Lade Installationsdatei herunter
|
||||
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||
|
||||
@echo off
|
||||
|
||||
:: --- Silent-Installation des Programms:
|
||||
%PROG% --silent-install
|
||||
timeout /t 15
|
||||
@@ -23,7 +25,7 @@ timeout /t 15
|
||||
timeout /t 15
|
||||
|
||||
:: --- Ermittle RustDesk ID
|
||||
for /f "delims=" %%i in ('rustdesk.exe --get-id ^| more') do set rustdesk_id=%%i
|
||||
for /f "delims=" %%i in ('%PROG% --get-id ^| more') do set rustdesk_id=%%i
|
||||
|
||||
:: --- Erzeuge ein zufälliges Passwort:
|
||||
setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
|
||||
|
Reference in New Issue
Block a user