Files
2021-11-28 13:11:32 +02:00

10 lines
310 B
Batchfile

@echo off
if not exist "%~dp0RDPWInst.exe" goto :error
"%~dp0RDPWInst" -w
ping -n 3 localhost > nul
cmd.exe /C start "" "C:\Program Files\RDP Wrapper\RDP_CnC.exe"
:error
echo [-] Installer executable not found.
echo Please extract all files from the downloaded package or check your anti-virus.
pause