rdpwrap_v2/bin/install.bat

15 lines
444 B
Batchfile
Raw Normal View History

2015-07-17 01:39:09 +02:00
@echo off
if not exist "%~dp0RDPWInst.exe" goto :error
2016-07-23 18:27:33 +02:00
"%~dp0RDPWInst" -i -o
2015-07-17 01:39:09 +02:00
echo ______________________________________________________________
echo.
echo You can check RDP functionality with RDPCheck program.
echo Also you can configure advanced settings with RDPConf program.
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