SHP2SDE批处理

it2022-05-05  140

1、生成批处理文件

 

代码 FOR   / F "eol = ; tokens = 1 , 2 , 3 , 4 *  delims = \."  % 1   IN  ( ' dir E:\test\shp\*.shp /s /b /o:n ' ) DO  @echo  shp2sde  - create   - % 4 ,shape  - f E:\test\shp\ % 4 .shp  - all   - 2000   - i sde:oracle9i  - u sde  - p password @sde   >> c:\loadSHP.bat

2、执行批处理文件

  双击生成的批处理文件。

转载于:https://www.cnblogs.com/ITGIS/articles/1820840.html

相关资源:各显卡算力对照表!

最新回复(0)