mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-08-20 05:13:40 -07:00
New batch scripts
This commit is contained in:
parent
659ba3dbcf
commit
425fc02fec
2 changed files with 24 additions and 0 deletions
14
res/install.bat
Normal file
14
res/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
res/uninstall.bat
Normal file
10
res/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
|
Loading…
Add table
Add a link
Reference in a new issue