chore: add deprecation message

This commit is contained in:
em411
2023-10-01 21:09:53 +02:00
parent 874e9ecc55
commit e027d57e82
+15
View File
@@ -1,5 +1,20 @@
@echo off
echo.
echo ******************************************************************
echo ** DEPRECATION WARNING **
echo ** **
echo ** This Batch (.bat) version of the script is now deprecated **
echo ** and will be removed in the future. **
echo ** **
echo ** Please use the new PowerShell (.ps1) script: "webui.ps1" **
echo ** **
echo ******************************************************************
echo.
:: Allow the user to read the deprecation warning before proceeding
timeout /t 10
if not defined PYTHON (set PYTHON=python)
if not defined VENV_DIR (set "VENV_DIR=%~dp0%venv")
set ERROR_REPORTING=FALSE