This commit is contained in:
dingxiaowei
2022-08-19 16:50:15 +08:00
parent e4691c57a5
commit 48ad96db05
2 changed files with 39 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
@echo off
echo "开始生成bytes文件和CS文件"
start Tool\ExcelTool.exe config\
echo "文件生成完成"
pause