diff --git a/Server.bat b/Server.bat new file mode 100644 index 0000000..816cc45 --- /dev/null +++ b/Server.bat @@ -0,0 +1,11 @@ +chcp 65001 > NUL +@echo off + +pushd %~dp0 +echo Running server_fastapi.py +venv\Scripts\python server_fastapi.py + +if %errorlevel% neq 0 ( pause & popd & exit /b %errorlevel% ) + +popd +pause \ No newline at end of file