Delete old webui bat files
This commit is contained in:
11
Dataset.bat
11
Dataset.bat
@@ -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
|
||||
Reference in New Issue
Block a user