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
297 B

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