script updates

This commit is contained in:
Alex Orid 2021-04-29 18:19:43 -04:00
parent f477fd1f6f
commit 720921b83f
5 changed files with 7 additions and 3 deletions

2
praxis-main-start.bat Normal file
View File

@ -0,0 +1,2 @@
cd "c:\praxis"
docker-compose up -d

2
praxis-main-stop.bat Normal file
View File

@ -0,0 +1,2 @@
cd "c:\praxis"
docker-compose down

View File

@ -1,2 +0,0 @@
cd "c:\praxis"
python "c:/Praxis/main.py"

2
praxis-tts-speaker.bat Normal file
View File

@ -0,0 +1,2 @@
cd "c:\praxis"
python "c:\praxis\standalone_tts_speaker.py"

View File

@ -1,2 +1,2 @@
cd "c:\praxis" cd "c:\praxis"
python "c:\praxis\user_module.py" python "c:\praxis\standalone_user_cli.py"