mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-07-16 10:03:00 -07:00
10 lines
239 B
Batchfile
10 lines
239 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
|