Fix text encoding in Server.bat
This commit is contained in:
20
Server.bat
20
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
|
||||
Reference in New Issue
Block a user