home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / dirtot15.zip / DIRTOT.INI < prev    next >
Text File  |  1994-07-24  |  2KB  |  58 lines

  1. ; DIRTOT initialization file
  2. ; command line options override these settings
  3.  
  4. Format = "NCTUDFL"              ; output format, any of the following in any order
  5.                 ; N - directory Name in tree format
  6.                 ; C - total cluster space alloCated for this
  7.                 ;        directory and all children
  8.                 ; T - Total space used by this directory
  9.                 ;        and all children
  10.                 ; A - cluster space Allocated for this directory
  11.                 ; U - space Used by this directory
  12.                 ; D - number of child Directories
  13.                 ; F - number of Files in this directory
  14.                 ;        and all children
  15.                 ; L - date of Latest file in this directory
  16.                 ;        and all children
  17.                 ; B - total space needing Backup (archive bit set)
  18.                 ;        in this directory and all children
  19.                 ; % - after C, T, F -  percent of previous level
  20.                 ;     after B - percent of Total space used
  21.                 ; E - Extended directory name
  22.  
  23. MaxLevel = 31                   ; maximum levels to show (0 to 31)
  24.  
  25. Indent = 2                      ; columns to indent each level (0 to 12)
  26.  
  27. Sort = "N"                      ; "N" - sort by directory Name, ascending
  28.                 ; "C" - sort by total alloCated, descending
  29.                 ; "T" - sort by Total used, descending
  30.                 ; "L" - sort by Latest date, descending
  31.                 ; " " - unsorted
  32.  
  33. NumberFormat = " "              ; " " - numbers in ones
  34.                 ; "K" - numbers in Kilobytes
  35.                 ; "M" - numbers in Megabytes
  36.  
  37. Commas = ON                     ; include commas in numbers (on or off)
  38.  
  39. Brief = OFF                     ; suppress display of headings (on or off)
  40.  
  41. Quiet = OFF                     ; suppress display of "Totaling...",
  42.                 ; suppress beep for error messages (on or off)
  43.  
  44. HeadPerPage = ON                ; display heading on each screen or page (on or off)
  45.  
  46. Pause = ON                      ; pause after each screen full (on or off)
  47.  
  48. Ascii = OFF                     ; use only standard characters (on or off)
  49.  
  50. Branches = ON                   ; display tree branches (on or off)
  51.  
  52. Path = ""                       ; default list of drives/directories,
  53.                 ; separated by spaces, commas, or semicolons
  54.                 ; if none, default is current drive
  55.  
  56. ; Rows = 25                     ; optional override for screen/printer rows
  57. ; Columns = 80                  ; optional override for screen/printer columns
  58.