1、生成批处理文件
代码
FOR
/
F "eol
=
; tokens
=
1
,
2
,
3
,
4
*
delims
=
\."
%
1
IN
(
'
dir E:\test\shp\*.shp /s /b /o:n
'
) DO
@echo
shp2sde
-
o
create
-
l
%
4
,shape
-
f E:\test\shp\
%
4
.shp
-
a
all
-
c
2000
-
i sde:oracle9i
-
u sde
-
p password
@sde
>>
c:\loadSHP.bat
2、执行批处理文件
双击生成的批处理文件。
转载于:https://www.cnblogs.com/ITGIS/articles/1820840.html
相关资源:各显卡算力对照表!
转载请注明原文地址: https://win8.8miu.com/read-20232.html