Hi list,<br><br>I am trying to convert a shapefile to tabfile whilst reprojecting it to LatLong WGS84.  This works great on Linux, but doesn't on Windows.<br><br>The command used is:<br>ogr2ogr -f "MapInfo File" 
address.tab address.shp -t_srs "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs" -s_srs "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs"<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.  No luck.
<br><br>There are no error produced on Windows.  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>