diff --git a/praxis-main-start.bat b/praxis-main-start.bat new file mode 100644 index 0000000..f4dae0d --- /dev/null +++ b/praxis-main-start.bat @@ -0,0 +1,2 @@ +cd "c:\praxis" +docker-compose up -d \ No newline at end of file diff --git a/praxis-main-stop.bat b/praxis-main-stop.bat new file mode 100644 index 0000000..bfc7530 --- /dev/null +++ b/praxis-main-stop.bat @@ -0,0 +1,2 @@ +cd "c:\praxis" +docker-compose down \ No newline at end of file diff --git a/praxis-main.bat b/praxis-main.bat deleted file mode 100644 index 26ec40f..0000000 --- a/praxis-main.bat +++ /dev/null @@ -1,2 +0,0 @@ -cd "c:\praxis" -python "c:/Praxis/main.py" \ No newline at end of file diff --git a/praxis-tts-speaker.bat b/praxis-tts-speaker.bat new file mode 100644 index 0000000..c69c3f9 --- /dev/null +++ b/praxis-tts-speaker.bat @@ -0,0 +1,2 @@ +cd "c:\praxis" +python "c:\praxis\standalone_tts_speaker.py" \ No newline at end of file diff --git a/praxis-user.bat b/praxis-user.bat index 3ada4bb..c56d4a6 100644 --- a/praxis-user.bat +++ b/praxis-user.bat @@ -1,2 +1,2 @@ cd "c:\praxis" -python "c:\praxis\user_module.py" \ No newline at end of file +python "c:\praxis\standalone_user_cli.py" \ No newline at end of file