;---------------------------------------------------------------------------; ; 1: Name of database with terms to find and replace ; Note: you may enter a full path (with drive and directory) if you wish ; NORMAL.DBF ; ; 2: Number of field with terms to FIND (count from 1 upwards) ; 1 ; ; 3: Number of field with terms to REPLACE (count from 1 upwards) ; 2 ; ; 4: File or file template for text(s) to be altered by DbTrans ; NORM_INP.TXT ; ; 5: File or file template for output text(s) to be created by DbTrans ; ; (Note: leave this line empty if DbTrans is to overwrite files, ; i.e. alter existing files and not create new ones; an output file ; template MUST be different from an input file template otherwise ; the programme will abort) ; ; ; Take Care! For DbTrans to create a new output file from each input ; file it examines, the input and output file templates must contain ; a different name up to the dot and after this a single asterisk as ; in the examples above, i.e. input and output files can only differ ; in their endings. ; ; NORM_OUT.TXT ; ; ; 6: Automatically overwrite any new files to be created? ; no ; ; 7: Ignore case during search for terms? ; no ; ; 8: Only accept whole words as finds? ; yes ; ; 9: Can words be open ended? ; no ; ; 10: Are the input files WordPerfect (1) or ASCII (0) texts ; 0 ; ; 11: Should DbTrans be executed in manual mode? ; no ; ; 12: Ignore COCOA header? ; yes ; ; 13: User-defined comment line (1 char.) ; \; ; ; End of DbTrans setup file ; ;