You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GPT-Brain/batch-programs/create_language_base.bat

10 lines
176 B
Batchfile

@echo off
cd..
echo Activating Virtural environment...
call .\venv\Scripts\activate
echo creating language base...
call python .\batch-programs\create_language_base.py
pause