<div>Dear frend,</div>
<div> </div>
<div>I was creating shp file using ogr2ogr as follows</div>
<div> </div>
<div>avcimport file.e00 coverage</div>
<div> </div>
<div>ogr2ogr -f "ESRI Shapefile" file.shp coverage</div>
<div> </div>
<div>This was worked well for old version of gdal</div>
<div> </div>
<div>I have installed gdal 1.9 then I have faced such a problem</div>
<div> </div>
<div>the ogr2ogr command create a directory and shp file located unter that directory.</div>
<div>But old version of ogr2ogr was created files under the same directory where you work</div>
<div> </div>
<div>the old version of ogr2ogr creates file.shp file.shx file.dbf</div>
<div> </div>
<div>but new version create directory under working directory called file.shp instead of file.shp file</div>
<div>and the shp files located under file.shp directory</div>
<div> </div>
<div>Please let me know what is differs this resuts.</div>
<div> </div>
<div>Regards</div>
<div>Murat</div>