rdpwrap_v2/res/uninstall.bat
2015-07-17 02:39:09 +03:00

11 lines
239 B
Batchfile

@echo off
if not exist "%~dp0RDPWInst.exe" goto :error
"%~dp0RDPWInst" -u
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