mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-08-21 05:43:43 -07:00
Pre-release updates
This commit is contained in:
parent
e11b3c7354
commit
216255b3b4
14 changed files with 40 additions and 20 deletions
14
bin/install.bat
Normal file
14
bin/install.bat
Normal 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
|
10
bin/uninstall.bat
Normal file
10
bin/uninstall.bat
Normal file
|
@ -0,0 +1,10 @@
|
|||
@echo off
|
||||
if not exist "%~dp0RDPWInst.exe" goto :error
|
||||
"%~dp0RDPWInst" -u
|
||||
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
|
10
bin/update.bat
Normal file
10
bin/update.bat
Normal file
|
@ -0,0 +1,10 @@
|
|||
@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
|
Loading…
Add table
Add a link
Reference in a new issue