_install.bat

来自「COM编程接口处理方法 多个方法调用COM库函数」· Batch 代码 · 共 13 行

BAT
13
字号

REM register component
C:\Winnt\system32\regsvr32 .\SimplePoint.dll

REM register component in appropriate component category
.\SimplePoint.reg

REM re-register the ArcGIS DLL, to set up the workspace factory
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 C:\arcgis\arcexe82\bin\PlugInWorkspaceFactory.dll

⌨️ 快捷键说明

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