; ; This is the initialization file for the programme DbDel. It is a ; normal ASCII text file which you can edit with any text editor (such ; as Kwik Text). Lines beginning with a semi-colon are comments and ; ignored. Be careful to keep strictly to the format of this file when ; altering its contents. ; ;---------------------------------------------------------------------------; ; 1: File extension for text files (SDF or Delimited). Note that you ; do not specify either an asterisk or a dot. Default: TXT ; DTX ; ;---------------------------------------------------------------------------; ; 2: Name of database text file to load ; ADDRESS.DTX ; ;---------------------------------------------------------------------------; ; 3: Search string to be found ; Ireland ; ;---------------------------------------------------------------------------; ; 4: Search all matching text files in a directory? ; yes ; ;---------------------------------------------------------------------------; ; 5: Search all directories below current one? ; yes ; ;---------------------------------------------------------------------------; ; 6: Ignore case during search? ; yes ; ;---------------------------------------------------------------------------; ; 7: Start search string match from first character of first field in ; database record (otherwise a match will return `true' if the string ; is found anywhere in a record) ; no ; ;---------------------------------------------------------------------------; ; 8: Name for output file with finds from search ; MY_FINDS.OUT ; ;---------------------------------------------------------------------------; ; 9: Mode for saving finds to text file; 0 = Append, 1 = Create text file ; 0 ; ;---------------------------------------------------------------------------; ; 10: Use alternative colours (black lettering on white background) ; yes ; ;---------------------------------------------------------------------------; ; 11: Use 50-line display (only available on VGA adapters) ; no ; ; End of DbDel initialisation file ; ;