⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gc12restore.bat

📁 CCS2.2 for 6000.rar
💻 BAT
字号:
@echo off
if exist .\ccs12update.backup\gconf.exe.backup goto docopy
echo.
echo This batch file must be run from the ...\plugins\bios directory.
echo.
goto end

:docopy
echo.
echo This batch file restores a CCS 1.2 DSP/BIOS 
echo Configuration Tool (Gconf) to its original state. 
echo (ie. the state it was in *before* installing 
echo  CCS 2.0 as a side-by-side install).
echo.
echo ===============================================
echo Warning:
echo.
echo If you have CCS 2.0 installed on your system,
echo running this batch file will interfere with your
echo ability to run the DSP/BIOS Configuration Tool.
echo.
echo Only run this utility if you have un-installed 
echo CCS 2.0, and you want to restore CCS 1.2 
echo functionality.
echo.
echo However, you may reverse the actions of this 
echo batch file by running the "gc12update.bat" file.
echo.
echo Press Ctrl-C to cancel..
pause

copy .\ccs12update.backup\gconf.exe.backup .\gconf.exe
copy .\ccs12update.backup\cdbconf.dll.backup .\cdbconf.dll
copy .\ccs12update.backup\hiervw.dll.backup .\hiervw.dll
copy .\ccs12update.backup\objvw.dll.backup .\objvw.dll
copy .\ccs12update.backup\propv.dll.backup .\propv.dll
copy .\ccs12update.backup\uipkg.dll.backup .\uipkg.dll


if "%OS%"=="Windows_NT" goto WinNT


%windir%\system\regsvr32.exe /s .\cdbconf.dll
%windir%\system\regsvr32.exe /s .\hiervw.dll
%windir%\system\regsvr32.exe /s .\objvw.dll
%windir%\system\regsvr32.exe /s .\propv.dll
%windir%\system\regsvr32.exe /s .\uipkg.dll
./gconf.exe -reg

goto end

:WinNT
%windir%\system32\regsvr32.exe /s .\cdbconf.dll
%windir%\system32\regsvr32.exe /s .\hiervw.dll
%windir%\system32\regsvr32.exe /s .\objvw.dll
%windir%\system32\regsvr32.exe /s .\propv.dll
%windir%\system32\regsvr32.exe /s .\uipkg.dll
.\gconf.exe -reg

:end
pause

⌨️ 快捷键说明

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