_uninstall.bat
来自「COM编程接口处理方法 多个方法调用COM库函数」· Batch 代码 · 共 12 行
BAT
12 行
REM un-register the ArcGIS DLL, to remove entries
REM based on the proxy CLSID returned by IPlugInWorkspaceFactoryHelper::WorkspaceFactoryTypeID
REM (edit this line to point to your installation of ArcGIS)
C:\Winnt\system32\regsvr32 /u C:\arcgis\arcexe82\bin\PlugInWorkspaceFactory.dll
REM unregister plug-in data source component
C:\Winnt\system32\regsvr32 /u .\SimplePoint.dll
REM re-register the ArcGIS DLL
REM (edit this line to point to your installation of ArcGIS)
C:\Winnt\system32\regsvr32 C:\arcgis\arcexe82\bin\PlugInWorkspaceFactory.dll
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?