mirror of
https://github.com/MAKS-IT-COM/maksit-webui.git
synced 2026-08-15 09:58:09 +02:00
5 lines
130 B
Batchfile
5 lines
130 B
Batchfile
@echo off
|
|
setlocal
|
|
pwsh -NoProfile -File "%~dp0engines\uninstall\Invoke-UninstallEngine.ps1" -Mode single %*
|
|
exit /b %ERRORLEVEL%
|