home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / diskutil / dsize / dsize.txt < prev   
Text File  |  1992-09-09  |  2KB  |  41 lines

  1. DSize - a program to display number of files and number of bytes in each
  2.         directory on a particular disk. 32 bit version for OS/2 version 2.0
  3.         and later only. Will not run on DOS and prior versions of OS/2.
  4.  
  5.     Copyright 1990, 1991, 1992 SPW Consulting
  6.         Direct comments to Scott Walton, Compuserve 71177,576
  7.  
  8.     May be freely used and exchanged, so long as it is not modified or
  9.         sold for more than the cost of duplicating disks (not to exceed $10).
  10.  
  11.     Usage: Dsize [drive letter] .... [drive letter] /options
  12.         The drive letter may be omitted or repeated. The default is the
  13.         current drive. HPFS drives and FAT drives are supported. Support
  14.         includes long filenames on HPFS drives. Using multiple drive letters
  15.         causes all drives listed to be included.
  16.  
  17.         The output may be redirected (without the header) to support sorting
  18.         via different items, or copying to the printer. The normal output is
  19.         sorted by drive and then by directory name (for HPFS, without regard
  20.         for case).
  21.  
  22.         Each line of the output consists of the number of files (including
  23.         hidden and system files, but not including directories).  The second
  24.         field lists the total number of bytes contained in those files. The
  25.         total size is the total of the number of bytes actually used in those
  26.         drives and not the space occupied. Thus the total will not match a
  27.         CHKDSK. The remainder of the line lists the full path to the
  28.         directory. If more than one drive is used, then the full path
  29.         includes the drive letter.
  30.  
  31.         Options allow choice of sort sequences. /Sd specifies sort by drive
  32.         and name (the default). /Sn requests a sort by name only. /Sc
  33.         specifies sort by file count and /ss sorts by file size. Use /s0 to
  34.         suppress sorting. If the sort has been suppressed, the order is
  35.         not predictable.
  36.  
  37.         /total specifies listing the total size and file count in all
  38.         subdirectories, as well as the current directory. If totaling is
  39.         requested, then sort by drive is forced.
  40.  
  41.