@echo off REM ************************************************************ REM _Uninstall.cmd REM Create: 08.04.2016 REM REM ************************************************************ %~dp0Deploy-Application.exe -DeploymentType Uninstall echo Errorlevel: %ERRORLEVEL% EXIT %ERRORLEVEL%