Files
sbv2-v2/Style.bat
2023-12-27 05:37:46 +09:00

8 lines
162 B
Batchfile

@echo off
echo Running webui_style_vectors.py...
venv\Scripts\python webui_style_vectors.py
if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% )
pause