Files
rdpwrap/bin/update.bat
T
2021-11-22 16:56:18 +02:00

12 lines
313 B
Batchfile

@echo off
if not exist "%~dp0RDPWInst.exe" goto :error
"%~dp0RDPWInst" -w
echo.
goto :anykey
:error
echo [-] Installer executable not found.
echo Please extract all files from the downloaded package or check your anti-virus.
:anykey
pause
cmd.exe /C start "" "C:\Program Files\RDP Wrapper\RDPConf.exe"