Files
rdpwrap/bin/install.bat
T
2021-11-29 00:54:24 +02:00

12 lines
377 B
Batchfile

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