home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 21 / CD_ASCQ_21_040595.iso / dos / tools / dirtot16 / dirtot.ini < prev    next >
INI File  |  1995-02-28  |  4KB  |  112 lines

  1. ; DIRTOT initialization file
  2. ; Command line options override these settings.
  3.  
  4. ; The first section is the default settings.
  5.  
  6. Format = "NCTUDFL"  ; output format, any of the following in any order
  7.                     ; N - directory Name in tree format
  8.                     ; C - total cluster space alloCated for this
  9.                     ;        directory and all children
  10.                     ; T - Total space used by this directory
  11.                     ;        and all children
  12.                     ; A - cluster space Allocated for this directory
  13.                     ; U - space Used by this directory
  14.                     ; D - number of child Directories
  15.                     ; F - number of Files in this directory
  16.                     ;        and all children
  17.                     ; L - date of Latest file in this directory
  18.                     ;        and all children
  19.                     ; B - total space needing Backup (archive bit set)
  20.                     ;        in this directory and all children
  21.                     ; % - after C, T, F -  percent of previous level
  22.                     ;     after B - percent of Total space used
  23.                     ; E - Extended directory name
  24.  
  25. MaxLevel = 31       ; maximum levels to show (0 to 31)
  26.  
  27. Indent = 2          ; columns to indent each level (0 to 12)
  28.  
  29. Sort = "N"          ; "N" - sort by directory Name, ascending
  30.                     ; "C" - sort by total alloCated, descending
  31.                     ; "T" - sort by Total used, descending
  32.                     ; "L" - sort by Latest date, descending
  33.                     ; "U" - unsorted
  34.  
  35. NumberFormat = "B"  ; "B" - numbers in Bytes
  36.                     ; "K" - numbers in Kilobytes
  37.                     ; "M" - numbers in Megabytes
  38.  
  39. Commas = ON         ; include commas in numbers (on or off)
  40.  
  41. Brief = OFF         ; suppress display of headings (on or off)
  42.  
  43. Quiet = OFF         ; suppress display of "Totaling...",
  44.                     ; suppress beep for error messages (on or off)
  45.  
  46. HeadPerPage = ON    ; display heading on each screen or page (on or off)
  47.  
  48. Pause = ON          ; pause after each screen full (on or off)
  49.  
  50. Ascii = OFF         ; use only standard characters (on or off)
  51.  
  52. Branches = ON       ; display tree branches (on or off)
  53.  
  54. Path = ""           ; default list of drives/directories,
  55.                     ; separated by spaces, commas, or semicolons
  56.                     ; if none, default is current drive
  57.  
  58. PrintLines = 60     ; printer lines per page
  59. PrintCols  = 80     ; printer columns
  60.  
  61. ; Rows = 25         ; optional override for screen rows
  62. ; Columns = 80      ; optional override for screen columns
  63.  
  64.  
  65. ; Predefined Layouts
  66. ; Any section beginning with a name in brackets [] may be
  67. ; selected by entering it on the command line, brackets included.
  68. ; The specified settings will override the defaults.
  69.  
  70. [big]               ; largest first, single level
  71.  
  72. Format = "NC%T%DF"
  73. MaxLevel = 1
  74. Sort = "C"
  75. NumberFormat = "K"
  76.  
  77. [max]               ; maximum information available
  78.  
  79. Format = "NC%AT%UDF%LB%"
  80. MaxLevel = 31
  81. Sort = "N"
  82.  
  83. [backup]            ; files needing backup
  84.  
  85. Format = "NBFL"
  86. MaxLevel = 1
  87. Sort = "N"
  88. NumberFormat = "K"
  89.  
  90. [latest]            ; most recently changed first
  91.  
  92. Format = "NCTDFL"
  93. MaxLevel = 1
  94. Sort = "L"
  95.  
  96. [alt]               ; an alternate appearance
  97.  
  98. Format = "ETDF"
  99. MaxLevel = 4
  100.  
  101. [notot]             ; no totals
  102.  
  103. Format = "EU"
  104.  
  105. [usedfree]          ; brief list of space used and space free
  106.  
  107. Format = "NTS"
  108. MaxLevel = 0
  109. Path = ""           ; put a list of all your drives here
  110. NumberFormat = "M"
  111. Brief = ON
  112.