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

📄 unregservers.bat

📁 realview22.rar
💻 BAT
字号:
@echo offREM $Revision: 1.4 $REM   $Author: drodgman $REM     $Date: 2004/12/20 15:03:38 $REMREM To unregister these dll's change the "/c" option in the commandREM "MWRegSvr /c" to a "/u" making it "MWRegSvr /u" and to unregisterREM the IDE.exe itself you will need to overwrite ".\IDE.exe /RegServer"REM with ".\IDE.exe /UnregServer"REMecho Registering core DLLs and IDEREM *** the following DLL's are required ***MWRegSvr /c .\Plugins\Support\MWComHelpers.dllMWRegSvr /c .\Plugins\Support\MWRadModel.dllMWRegSvr /c .\Plugins\Support\CPlusSourceGen.dllREM *** the following ones are optional ***if exist .\Plugins\Support\Catalog.dll          MWRegSvr /u .\Plugins\Support\Catalog.dllif exist .\Plugins\Support\JavaSourceGen.dll    MWRegSvr /u .\Plugins\Support\JavaSourceGen.dllif exist .\Plugins\Support\ObjectWireWizard.dll MWRegSvr /u .\Plugins\Support\ObjectWireWizard.dllif exist .\Plugins\COM\LayoutEditor.dll         MWRegSvr /u .\Plugins\COM\LayoutEditor.dllif exist .\Plugins\COM\ObjectInspector.dll      MWRegSvr /u .\Plugins\COM\ObjectInspector.dllif exist .\Plugins\COM\MenuEditor.dll           MWRegSvr /u .\Plugins\COM\MenuEditor.dllif exist .\Plugins\COM\CatalogPlugIn.dll        MWRegSvr /u .\Plugins\COM\CatalogPlugIn.dllecho     IDE.exe.\IDE.exe /UnregServerREM Registering Java RAD DLLsif exist .\Plugins\Support\JavaRADServer.dll    MWRegSvr /u .\Plugins\Support\JavaRADServer.dllif exist .\Plugins\Support\JavaWizards.dll      MWRegSvr /u .\Plugins\Support\JavaWizards.dllREM Registering PowerParts RAD DLLsif exist .\Plugins\Support\PowerPartsCOM.dll    MWRegSvr /u .\Plugins\Support\PowerPartsCOM.dllREM Re-register ADS 1.x DLLS (they get stomped on by the above stuff)if exist "%ARMDLL%\regservers.bat"              cd "%ARMDLL%"if exist "%ARMDLL%\regservers.bat"              echo y | "%ARMDLL%\regservers.bat" > NULecho Done.

⌨️ 快捷键说明

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