Files
rdpwrap/bin/uninstall.bat
T
2021-11-22 16:56:18 +02:00

12 lines
293 B
Batchfile

@echo off
if not exist "%~dp0RDPWInst.exe" goto :error
"%~dp0RDPWInst" -u
rmdir /Q /S "C:\Program Files\RDP Wrapper"
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