将以下代码粘贴至txt文件中并改后缀为bat,如“中英文安装及卸载.bat”
@echo off
:loop
set /p var="安装英文选1,安装中文选2,卸载选3:"
if %var%==1 goto choice1
if %var%==2 goto choice2
if %var%==3 goto choice3
cls
goto loop
:choice1
copy /y BACKUP\c3_e\*.pcx Art\Advisors
copy /y BACKUP\c3_e\*.txt Text
copy /y BACKUP\c3_e\other\*.*
copy /y BACKUP\c3x_e\*.txt civ3PTW\Text
copy /y BACKUP\c3x_e\other\*.* civ3PTW
copy /y BACKUP\c3c_e\*.txt Conquests\Text
copy /y BACKUP\c3c_e\other\*.* Conquests
goto regadd
:choice2
copy /y BACKUP\c3_c\*.pcx Art\Advisors
copy /y BACKUP\c3_c\*.txt Text
copy /y BACKUP\c3_c\other\*.*
copy /y BACKUP\c3x_c\*.txt civ3PTW\Text
copy /y BACKUP\c3x_c\other\*.* civ3PTW
copy /y BACKUP\c3c_c\*.txt Conquests\Text
copy /y BACKUP\c3c_c\other\*.* Conquests
goto regadd
:choice3
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames Interactive" /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames" /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Firaxis Games" /f
reg delete "HKEY_CURRENT_USER\Software\FIRAXIS" /f
goto end
:regadd
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames Interactive\Civilization III" /v "CD_Path" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames Interactive\Civilization III" /v "Install_Path" /d "%CD%\\" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames Interactive\Civilization III" /v "Min_Install" /t REG_DWORD /d 0 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames Interactive\Civilization III\1.00f" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames Interactive\Civilization III - Play the World v1.27F\1.27F" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames Interactive\Civilization III v1.29f\1.29f" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames\Civ3PTW" /v "Install_Path" /d "%CD%\Civ3PTW" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames\Civ3PTW" /v "Gold_Version" /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames\Conquests" /v "Install_Path" /d "%CD%\Conquests" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Infogrames\Conquests" /v "Complete_Version" /t REG_DWORD /d 1 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Firaxis Games\Civ3 Conquests v1.22 Full\1.22.000" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Firaxis Games\Civilization III - Complete Edition" /v "INSTALL_PATH" /d "%CD%\\" /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Firaxis Games\Civilization III - Complete Edition\1.00.000" /f
:end
del LSANS.fot
del civ3PTW\LSANS.fot
del Conquests\LSANS.fot
taskkill /f /im "conime.exe"