You are on page 1of 2

A utility Program to Combine many Mapinfo Tables into a single

output Table. The projection is set from the first table and any tables
projection which does not match will be translated before calculating
the tables bounds which are set to include all data from all tables.
Search Path Option - find all Mapinfo Tables in a specifed path and
combine them into one output Table.Combiner v1.0 - Larry Nolan 2000 - lnol
an@nfld.com
PSGroupId PWSMAVLimitDCHSDPA PWSMAVLimitNRTHSDPA PWSMAVLimitRTDCH
PWSMAVLimitRTHSDPA PWSMAVPwrNRTHSDPA PWSMAVPwrRTHSDPA PWSMCell
Group PWSMEXPwrLimit PWSMEXUsrLimit PWSMSDLimitDCHSDPA PWSMSDLimitNRTDC
H PWSMSDLimitNRTHSDPA PWSMSDLimitRTDCH PWSMSDLimitRTHSDPA
PWSMSDPwrNRTHSDPA PWSMSDPwrRTDCH PWSMSDPwrRTHSDPA PWSMShutdownOrde
r PWSMShutdownRemCell PowerSaveHSPAType PriScrCode PtxPrima
ryCPICH RAC RACHCapacity RNARGroupId RRCconnRepTimer1 RRCconnR
epTimer2 RelocComm_in_InterRNC_HHO SABEnabled SAC SACB
ShutdownStepAmount ShutdownWindow Tcell ToAWE_CCH ToAWS_CCH
UARFCN UEDRXCapability UTRAN_DRX_length UePeriodicMeasEnabled WCELChan
geOrigin WCELMCC WCELMNC WCelState NumofEagch NumofErgHich
0 10 10 37 0 31 37 0 37 5
5 10 5 10 5 34 37 34 0 0
0 225 330 93 4 0 6 5 0
26931 0 10 15 0 10 25 10713 5
2 510 01 0 1 1
0 10 10 37 0 31 37 0 37 5
5 10 5 10 5 34 37 34 0 0
0 233 330 93 4 0 6 5 0
26932 0 10 15 1 10 25 10713 5
2 510 01 0 1 1
0 10 10 37 0 31 37 0 37 5
5 10 5 10 5 34 37 34 0 0
0 241 330 93 4 0 6 5 0
26933 0 10 15 2 10 25 10713 5
2 510 01 0 1 1
0 10 10 37 0 31 37 0 37 5
5 10 5 10 5 34 37 34 0 0
0 225 330 93 4 0 6 5 0
26934 0 10 15 3 10 25 10688 5
2 510 01 0 1 1
0 10 10 37 0 31 37 0 37 5
5 10 5 10 5 34 37 34 0 0
0 233 330 93 4 0 6 5 0
26935 0 10 15 4 10 25 10688 5
2 510 01 0 1 1
0 10 10 37 0 31 37 0 37 5
5 10 5 10 5 34 37 34 0 0
0 241 330 93 4 0 6 5 0
26936 0 10 15 5 10 25 10688 5
2 510 01 0 1 1
A utility Program to Combine many Mapinfo Tables into a single
output Table. The projection is set from the first table and any tables
projection which does not match will be translated before calculating
the tables bounds which are set to include all data from all tables.
Search Path Option - find all Mapinfo Tables in a specifed path and
combine them into one output Table.
File Option - Reads a ascii file list (.scr assumed) of Mapinfo Tables
and combines them into one output Table. The .scr file can be
created with any text editor, make sure to include the correct path.
The dos command DIR may be used to to create the .scr file.
i.e. DIR /S /B *.TAB > list.scr
Will produce a file LIST.SCR which looks like:
C:\MAPINFO\DATA\FILE1.TAB
C:\MAPINFO\DATA\FILE2.TAB
C:\MAPINFO\DATA\FILE2.TAB
C:\MAPINFO\DATA\FILE2.TAB
Search Parameter - A string or strings may be entered which a Table name must
contain to be selected for the combine. Several strings may be used seperated
by a :
i.e.
water:road
All Tables with water or road in the name will be combined.

You might also like