TIC2TAG.CFG

2.6 KB 43bec55c7f276223…
;
; TIC2TAG.CFG
; Tick-To-TAG Configuration File
;
; IN { Inbound Files Directory }
IN c:\binkley\inbound
;
; One default option may be selected, this will be used for all areas
; where the *.DIR file is not individually defined.  If neither option
; is selected, each 'AREA' _must_ have the *.DIR defined! ( If more than
; one default is selected, only the first will be used )
;
; DEFAULT FILES.DIR        ; Default *.DIR ( Files.Dir )
DEFAULT AREANAME.DIR       ; DEfault *.DIR ( Same as TIC AreaName.Dir )
;
; LOG c:\logs\TIC2TAG.LOG ; If no LOG defined, none produced
LOG TIC2TAG.LOG
;
; ANNOUNCE [PATH]\FILENAME.EXT ; FileName to be used for Tic-2-TAG's
;                                "Announce" Message of files received.
;                                If not defined, defaults to NUL.
ANNOUNCE Z:\FLAGS\ANNOUNCE.MSG
;
; FILEDATE [ACTUAL/UPLOAD] ; Choose whether the date used in the *.Dir file
;                            will be the date of the file, or the date the file
;                            was received (added to the directory)
FILEDATE UPLOAD ; Default is 'UPLOAD'
;
; AREA definition must be the LAST item in the configuration file!
; No options listed after an AREA line will be recognized.
;
;AREA Path                 AREATAG   ANNOUNCE  [ Uploader_Name, or ORIGIN ]
;                                                       1         2         3     3
;                         [----+--8] [YES/NO] [----+----0----+----0----+----0----+6]
;AREA f:\files1\files.dir  FILES1     ORIGIN ; Owner is Origin Address
;
; Path     = Drive:\Path\[DIRFILE.DIR] of upload area               REQUIRED
; AREATAG  = Tick AREA (From Tic.Cfg)                               REQUIRED
; ANNOUNCE = [YES/NO] Add this area to Announce.Msg?                REQUIRED
; Uploader = Name to add to "Owner" Field, Keyword "ORIGIN" places  REQUIRED
;            the Origin Address from the .TIC File in this field
;
; AREA lines with no *.DIR defined will assume the default.
;
 AREA f:\tag\tagmulti.dir  TAGDIST    YES      T.A.G._Distribution
 AREA f:\tag_util          TAGDOORS   YES      T.A.G._Distribution
 AREA f:\tag\tagmulti.dir  TAGMULTI   YES      T.A.G._Distribution
 AREA f:\tagbeta           TAGBETA    NO       T.A.G._Distribution
 AREA f:\tag_util          TAGUTIL    YES      T.A.G._Distribution
 AREA g:\sds\softdist      SOFTDIST   YES      Software_Distribution
 AREA g:\misc\utilnet      UTILNET    YES      Origin
 AREA g:\xds\hms           XDS_HMS    YES      Xpress_Distribution
 AREA g:\xds\rdr           XDS_RDR    YES      Xpress_Distribution
;