You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
268 B

@echo off
chcp 65001 > nul
title 中小学数学卷子自动生成程序
@REM echo ========================================
@REM echo 中小学数学卷子自动生成程序
@REM echo ========================================
echo.
.\build\MathTestGenerator.exe
pause