home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 21
/
CD_ASCQ_21_040595.iso
/
dos
/
tools
/
dirtot16
/
dirtot.ini
< prev
next >
Wrap
INI File
|
1995-02-28
|
4KB
|
112 lines
; DIRTOT initialization file
; Command line options override these settings.
; The first section is the default settings.
Format = "NCTUDFL" ; output format, any of the following in any order
; N - directory Name in tree format
; C - total cluster space alloCated for this
; directory and all children
; T - Total space used by this directory
; and all children
; A - cluster space Allocated for this directory
; U - space Used by this directory
; D - number of child Directories
; F - number of Files in this directory
; and all children
; L - date of Latest file in this directory
; and all children
; B - total space needing Backup (archive bit set)
; in this directory and all children
; % - after C, T, F - percent of previous level
; after B - percent of Total space used
; E - Extended directory name
MaxLevel = 31 ; maximum levels to show (0 to 31)
Indent = 2 ; columns to indent each level (0 to 12)
Sort = "N" ; "N" - sort by directory Name, ascending
; "C" - sort by total alloCated, descending
; "T" - sort by Total used, descending
; "L" - sort by Latest date, descending
; "U" - unsorted
NumberFormat = "B" ; "B" - numbers in Bytes
; "K" - numbers in Kilobytes
; "M" - numbers in Megabytes
Commas = ON ; include commas in numbers (on or off)
Brief = OFF ; suppress display of headings (on or off)
Quiet = OFF ; suppress display of "Totaling...",
; suppress beep for error messages (on or off)
HeadPerPage = ON ; display heading on each screen or page (on or off)
Pause = ON ; pause after each screen full (on or off)
Ascii = OFF ; use only standard characters (on or off)
Branches = ON ; display tree branches (on or off)
Path = "" ; default list of drives/directories,
; separated by spaces, commas, or semicolons
; if none, default is current drive
PrintLines = 60 ; printer lines per page
PrintCols = 80 ; printer columns
; Rows = 25 ; optional override for screen rows
; Columns = 80 ; optional override for screen columns
; Predefined Layouts
; Any section beginning with a name in brackets [] may be
; selected by entering it on the command line, brackets included.
; The specified settings will override the defaults.
[big] ; largest first, single level
Format = "NC%T%DF"
MaxLevel = 1
Sort = "C"
NumberFormat = "K"
[max] ; maximum information available
Format = "NC%AT%UDF%LB%"
MaxLevel = 31
Sort = "N"
[backup] ; files needing backup
Format = "NBFL"
MaxLevel = 1
Sort = "N"
NumberFormat = "K"
[latest] ; most recently changed first
Format = "NCTDFL"
MaxLevel = 1
Sort = "L"
[alt] ; an alternate appearance
Format = "ETDF"
MaxLevel = 4
[notot] ; no totals
Format = "EU"
[usedfree] ; brief list of space used and space free
Format = "NTS"
MaxLevel = 0
Path = "" ; put a list of all your drives here
NumberFormat = "M"
Brief = ON