Update autoupdate.bat

This commit is contained in:
asmtron 2019-09-04 16:37:09 +00:00 committed by GitHub
parent 9abffc40f3
commit bc267f16e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,7 @@ REM -------------------------------------------------------------------
REM REM
REM autoupdate.bat REM autoupdate.bat
REM REM
REM Automatic RDP Wrapper installer and updater // asmtron (16-08-2019) REM Automatic RDP Wrapper installer and updater // asmtron (20-08-2019)
REM ------------------------------------------------------------------- REM -------------------------------------------------------------------
REM Options: REM Options:
REM -log = redirect display output to the file autoupdate.log REM -log = redirect display output to the file autoupdate.log
@ -110,7 +110,9 @@ for /f "tokens=1-2* usebackq" %%a in (
) )
if %rdp_tcp_session%=="" ( if %rdp_tcp_session%=="" (
echo [-] Listener session rdp-tcp NOT found^^! echo [-] Listener session rdp-tcp NOT found^^!
if %rdpwrap_installed%=="0" (
call :install call :install
)
) else ( ) else (
echo [+] Found listener session: %rdp_tcp_session% ^(ID: %rdp_tcp_session_id%^). echo [+] Found listener session: %rdp_tcp_session% ^(ID: %rdp_tcp_session_id%^).
) )