Main commit

Sources & binaries
This commit is contained in:
binarymaster 2014-10-23 03:47:44 +04:00
commit de975423bd
43 changed files with 5684 additions and 0 deletions

BIN
bin/RDPCheck.exe Normal file

Binary file not shown.

BIN
bin/RDPWInst.exe Normal file

Binary file not shown.

7
bin/install.bat Normal file
View file

@ -0,0 +1,7 @@
@echo off
RDPWInst -i
echo ______________________________________________________
echo.
echo You can check RDP functionality with RDPCheck program.
echo.
pause

4
bin/uninstall.bat Normal file
View file

@ -0,0 +1,4 @@
@echo off
RDPWInst -u
echo.
pause