From dfd48dead767a525326d6ab8406c25fad1d69dc9 Mon Sep 17 00:00:00 2001 From: asmtron <49522124+asmtron@users.noreply.github.com> Date: Sat, 6 Feb 2021 17:29:14 +0000 Subject: [PATCH] add new ini source (contributor sebaxakerhtc) --- bin/autoupdate.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/autoupdate.bat b/bin/autoupdate.bat index b182b56..a63f472 100644 --- a/bin/autoupdate.bat +++ b/bin/autoupdate.bat @@ -170,9 +170,9 @@ if "%termsrv_dll_ver%"=="" ( ) else ( echo [+] Installed "termsrv.dll" version: %termsrv_dll_ver%. ) -REM ---------------------------------------------------------------------------------------- -REM 6) check if installed fileversion is different to the last saved fileversion in registry -REM ---------------------------------------------------------------------------------------- +REM ------------------------------------------------------------------------------------------ +REM 6) check if installed file version is different to the last saved file version in registry +REM ------------------------------------------------------------------------------------------ echo [*] Read last "termsrv.dll" version from the windows registry... for /f "tokens=2* usebackq" %%a in ( `reg query "HKEY_LOCAL_MACHINE\SOFTWARE\RDP-Wrapper\Autoupdate" /v "termsrv.dll" 2^>nul`