6 lines
98 B
Batchfile
6 lines
98 B
Batchfile
@echo off
|
|
chcp 65001 >nul
|
|
echo 启动后端服务器...
|
|
cd mengyanote-backend
|
|
python main.py
|