Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stascorp/rdpwrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorbinarymaster <x86corez@gmail.com>2014-10-23 03:47:44 +0400
committerbinarymaster <x86corez@gmail.com>2014-10-23 03:47:44 +0400
commitde975423bd94130a01126b17b74a49ad37f1a709 (patch)
tree522ba11ef8435bf7dc9afecf5761389b78c35110 /bin
parent996ede6c1e60acf86221664b85cbe1139d88c0f0 (diff)
Main commit
Sources & binaries
Diffstat (limited to 'bin')
-rw-r--r--bin/RDPCheck.exebin0 -> 1043968 bytes
-rw-r--r--bin/RDPWInst.exebin0 -> 651264 bytes
-rw-r--r--bin/install.bat7
-rw-r--r--bin/uninstall.bat4
4 files changed, 11 insertions, 0 deletions
diff --git a/bin/RDPCheck.exe b/bin/RDPCheck.exe
new file mode 100644
index 0000000..5f62298
--- /dev/null
+++ b/bin/RDPCheck.exe
Binary files differ
diff --git a/bin/RDPWInst.exe b/bin/RDPWInst.exe
new file mode 100644
index 0000000..ebecf59
--- /dev/null
+++ b/bin/RDPWInst.exe
Binary files differ
diff --git a/bin/install.bat b/bin/install.bat
new file mode 100644
index 0000000..e9f4f78
--- /dev/null
+++ b/bin/install.bat
@@ -0,0 +1,7 @@
+@echo off
+RDPWInst -i
+echo ______________________________________________________
+echo.
+echo You can check RDP functionality with RDPCheck program.
+echo.
+pause
diff --git a/bin/uninstall.bat b/bin/uninstall.bat
new file mode 100644
index 0000000..ace7aa5
--- /dev/null
+++ b/bin/uninstall.bat
@@ -0,0 +1,4 @@
+@echo off
+RDPWInst -u
+echo.
+pause