code fixes

This commit is contained in:
2025-08-26 11:33:09 +02:00
parent 64f12b430a
commit 3ce675828a

View File

@@ -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