@echo off setlocal pwsh -NoProfile -File "%~dp0engines\uninstall\Invoke-UninstallEngine.ps1" -Mode single %* exit /b %ERRORLEVEL%