Delete old webui bat files

This commit is contained in:
litagin02
2024-03-12 17:51:09 +09:00
parent 77ee026ab6
commit 456fe00ae4
4 changed files with 0 additions and 49 deletions

View File

@@ -1,11 +0,0 @@
chcp 65001 > NUL
@echo off
pushd %~dp0
echo Running webui_dataset.py...
venv\Scripts\python webui_dataset.py
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
popd
pause