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.
 
 
 
 
 
 

15 lines
292 B

CHCP 65001
echo off
set share_path=%~dp0
cd /d %share_path%protocol
call gen.bat nopause
cd /d %share_path%protocol
call update_client_proto_no_pause.bat
cd /d %share_path%ExcelExport
python excelTolua.py "self"
cd /d %share_path%ExcelExport
call run_SpeedWin.bat nopause quickExport
pause