diff --git a/Server.bat b/Server.bat index 816cc45..cec9b1d 100644 --- a/Server.bat +++ b/Server.bat @@ -1,11 +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 +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