Files
OnebotCatalog/一键导出CRA问卷.bat

10 lines
244 B
Batchfile
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@echo off
chcp 65001 >nul
cd /d "d:\开发\OnebotCatalog"
echo 正在导出德国大众 CRA 问卷内容...
python dump_cra.py
echo.
echo 如果上面显示 DONE说明导出成功文件在 d:\开发\OnebotCatalog\cra_dump.txt
echo.
pause