code fixes
This commit is contained in:
@@ -16,6 +16,8 @@ set PROG=rustdesk-%VERS%-%ARCH%.exe
|
|||||||
:: --- Lade Installationsdatei herunter
|
:: --- Lade Installationsdatei herunter
|
||||||
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
curl -k -L %BASEURL%/%PROG% -o %SAVEPATH%\%PROG%
|
||||||
|
|
||||||
|
@echo off
|
||||||
|
|
||||||
:: --- Silent-Installation des Programms:
|
:: --- Silent-Installation des Programms:
|
||||||
%PROG% --silent-install
|
%PROG% --silent-install
|
||||||
timeout /t 15
|
timeout /t 15
|
||||||
@@ -23,7 +25,7 @@ timeout /t 15
|
|||||||
timeout /t 15
|
timeout /t 15
|
||||||
|
|
||||||
:: --- Ermittle RustDesk ID
|
:: --- 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:
|
:: --- Erzeuge ein zufälliges Passwort:
|
||||||
setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
|
setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
|
||||||
|
Reference in New Issue
Block a user