:: Copyright (C) 2025 The Qt Company Ltd. :: SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ::error.cmd :: * Print error message to STDERR :: * Preserves %ERRORLEVEL% passed as %1 argument :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: ECHO. %##########################% %##% %BOLD%%RED%%~2%RESET% 1>&2 %##########################% EXIT /B %1