1
0
mirror of https://github.com/stascorp/rdpwrap.git synced 2025-04-24 07:44:41 +08:00
rdpwrap/bin/uninstall.bat
2015-08-11 05:32:35 +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