> On Mon, Aug 24, 2009 at 8:22 AM, Timothy Mashford <
tmashf...@gmail.com>wrote:
>
>
>
>
>
> > You said you had a MapBasic program which can successfully batch open the
> > shapefiles in MapInfo? This opens a 'view' of the shapefile, creating a
> > single .tab file which points to the shapefiles.
> > So then, once the shapefile is opened as a view in MapInfo, you can use
> > Commit Table As to save it into a native MapInfo .TAB file.
>
> > You will have to give it a temporary filename, since you want it to be the
> > same as the existing shapefile name, but that filename will probably already
> > be in use by the 'view' tab. For example, suppose you're working with a
> > shapefile called 'Roads' which has been opened as a view in MapInfo as
> > Roads.TAB. The basic process would be:
>
> > 1. Commit Table Roads As "Roads1.TAB"
> > 2. Close Table Roads
> > 3. Open Roads1
> > 4. Rename Table Roads1 As "Roads" (this should overwrite the existing
> > single roads.tab file)
>
> > You'll have to put in some extra details, particularly for getting folder
> > locations - use TableInfo(table, TAB_INFO_TABFILE) and PathToDirectory$()
>
> > Tim
>