regservers.bat
来自「realview22.rar」· Batch 代码 · 共 34 行
BAT
34 行
@echo off
REM
REM To unregister these dll's change the "/c" option in the command
REM "MWRegSvr /c" to a "/u" making it "MWRegSvr /u" and to unregister
REM the IDE.exe itself you will need to overwrite ".\IDE.exe /RegServer"
REM with ".\IDE.exe /UnregServer"
REM
echo Registering core DLLs and IDE
REM *** the following DLL's are required ***
MWRegSvr /c .\Plugins\Support\MWComHelpers.dll
MWRegSvr /c .\Plugins\Support\MWRadModel.dll
MWRegSvr /c .\Plugins\Support\CPlusSourceGen.dll
REM *** the following ones are optional ***
if exist .\Plugins\Support\Catalog.dll MWRegSvr /c .\Plugins\Support\Catalog.dll
if exist .\Plugins\Support\JavaSourceGen.dll MWRegSvr /c .\Plugins\Support\JavaSourceGen.dll
if exist .\Plugins\Support\ObjectWireWizard.dll MWRegSvr /c .\Plugins\Support\ObjectWireWizard.dll
if exist .\Plugins\COM\LayoutEditor.dll MWRegSvr /c .\Plugins\COM\LayoutEditor.dll
if exist .\Plugins\COM\ObjectInspector.dll MWRegSvr /c .\Plugins\COM\ObjectInspector.dll
if exist .\Plugins\COM\MenuEditor.dll MWRegSvr /c .\Plugins\COM\MenuEditor.dll
if exist .\Plugins\COM\CatalogPlugIn.dll MWRegSvr /c .\Plugins\COM\CatalogPlugIn.dll
echo IDE.exe
.\IDE.exe /RegServer
REM Registering Java RAD DLLs
if exist .\Plugins\Support\JavaRADServer.dll MWRegSvr /c .\Plugins\Support\JavaRADServer.dll
if exist .\Plugins\Support\JavaWizards.dll MWRegSvr /c .\Plugins\Support\JavaWizards.dll
REM Registering PowerParts RAD DLLs
if exist .\Plugins\Support\PowerPartsCOM.dll MWRegSvr /c .\Plugins\Support\PowerPartsCOM.dll
echo Done.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?