Pre-release updates

This commit is contained in:
binarymaster
2015-08-11 05:32:35 +03:00
parent e11b3c7354
commit 216255b3b4
14 changed files with 40 additions and 20 deletions

14
bin/install.bat Normal file
View File

@ -0,0 +1,14 @@
@echo off
if not exist "%~dp0RDPWInst.exe" goto :error
"%~dp0RDPWInst" -i
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