tos.bat

来自「打魔兽战网的都知道他是什么」· Batch 代码 · 共 36 行

BAT
36
字号
@echo off
cd ../files

copy tos.txt tos_RUS.txt
copy tos.txt tos_POL.txt
copy tos.txt tos_CHI.txt
copy tos.txt tos_SIN.txt
copy tos.txt tos_HAN.txt
copy tos.txt tos_KOR.txt
copy tos.txt tos_JPN.txt
copy tos.txt tos_ITA.txt
copy tos.txt tos_BRA.txt
copy tos.txt tos_POR.txt
copy tos.txt tos_FRA.txt
copy tos.txt tos_DEU.txt
copy tos.txt tos_ESP.txt
copy tos.txt tos_USA.txt
copy tos.txt tos_ENU.txt

copy tos.txt tos-unicode_RUS.txt
copy tos.txt tos-unicode_POL.txt
copy tos.txt tos-unicode_CHI.txt
copy tos.txt tos-unicode_SIN.txt
copy tos.txt tos-unicode_HAN.txt
copy tos.txt tos-unicode_KOR.txt
copy tos.txt tos-unicode_JPN.txt
copy tos.txt tos-unicode_ITA.txt
copy tos.txt tos-unicode_BRA.txt
copy tos.txt tos-unicode_POR.txt
copy tos.txt tos-unicode_FRA.txt
copy tos.txt tos-unicode_DEU.txt
copy tos.txt tos-unicode_ESP.txt
copy tos.txt tos-unicode_USA.txt
copy tos.txt tos-unicode_ENU.txt

cd ../scripts

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?