mirror of
https://github.com/barkeser2002/rdpwrap.git
synced 2026-09-25 12:05:57 +03:00
12 lines
313 B
Batchfile
12 lines
313 B
Batchfile
@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
|
|
cmd.exe /C start "" "C:\Program Files\RDP Wrapper\RDPConf.exe"
|