mirror of
https://github.com/stascorp/rdpwrap.git
synced 2024-11-09 09:48:21 +00:00
15 lines
444 B
Batchfile
15 lines
444 B
Batchfile
@echo off
|
|
if not exist "%~dp0RDPWInst.exe" goto :error
|
|
"%~dp0RDPWInst" -i -o
|
|
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
|