home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / APPS / UTILS / A-G / DSIZ12 / DSIZE.TXT < prev    next >
Text File  |  1994-01-15  |  3KB  |  49 lines

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