Zhonghai Wang wrote:
Hi there,
I have a folder with ESRI shapefiles (WIN XP), and now I want to reproject them with the command ogr2ogr. are there any batch commands to do this?

start -> run -> cmd <enter>
cd <whatever your folder is>

for %a in (*.shp) do ogr2ogr.exe %a <other arguments)

That should do it :)

--
Jelmer Baas

Reply via email to