Hi list,<br><br>I am trying to convert a shapefile to tabfile whilst reprojecting it to LatLong WGS84.&nbsp; This works great on Linux, but doesn't on Windows.<br><br>The command used is:<br>ogr2ogr -f &quot;MapInfo File&quot; 
address.tab address.shp -t_srs &quot;+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs&quot; -s_srs &quot;+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs&quot;<br><br>I did initially use EPSG codes, but that didn't work on Windows so I thought I'd try the actual datum codes.&nbsp; No luck.
<br><br>There are no error produced on Windows.&nbsp; On opening the TAB file it is not projected.<br><br>I am using the latest FWTools.<br><br>If information is greatly appreciated.<br><br>Cheers,<br>Xin<br>