2015-07-17 01:39:09 +02:00
|
|
|
@echo off
|
|
|
|
if not exist "%~dp0RDPWInst.exe" goto :error
|
2015-08-11 04:32:35 +02:00
|
|
|
"%~dp0RDPWInst" -w
|
2015-07-17 01:39:09 +02:00
|
|
|
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
|