Files
abot/admin/dashboard_start.bat

5 lines
97 B
Batchfile

@echo off
cd /d %~dp0
echo 正在启动WeChatRobot管理后台...
python dashboard_start.py
pause