📄 regservers.bat
字号:
@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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -