mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
chore: add deprecation message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user