@ECHO OFF
cd cstrike\sound\
IF EXIST radioen (
ren radio radiocn
ren hostage hostagecn
ren radioen radio
ren hostageen hostage
cd..
cd..
cd cstrike_schinese\
ren titles.txt titlescn.txt
ren titlesen.txt titles.txt
echo 已经转换为英文语音\英文指令
) ELSE (
ren radio radioen
ren hostage hostageen
ren radiocn radio
ren hostagecn hostage
cd..
cd..
cd cstrike_schinese\
ren titles.txt titlesen.txt
ren titlescn.txt titles.txt
echo 已经转换为中文语音\中文指令
)
echo 按任意键退出...
pause>nul
exit
编译为en.bat.任意转换中英文语音 |