KohyaSS/gui.bat

10 lines
116 B
Batchfile
Raw Normal View History

2023-01-17 22:54:38 +00:00
@echo off
2023-02-10 01:25:42 +00:00
set VENV_DIR=.\venv
set PYTHON=python
2023-01-17 22:54:38 +00:00
2023-02-10 01:25:42 +00:00
call %VENV_DIR%\Scripts\activate.bat
2023-01-17 22:54:38 +00:00
2023-02-10 01:25:42 +00:00
%PYTHON% kohya_gui.py
2023-01-17 22:54:38 +00:00
2023-02-10 01:25:42 +00:00
pause