tortoise-tts/start.bat

4 lines
76 B
Batchfile

call .\tortoise-venv\Scripts\activate.bat
python main.py
deactivate
pause