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.
17 lines
315 B
17 lines
315 B
1 month ago
|
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 ExportLanguageToText.py
|
||
|
call run_SpeedWin.bat nopause
|
||
|
cd /d %share_path%
|
||
|
call updateDungeonMap.bat > ./bat.log
|
||
|
|
||
|
pause
|