home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / dsiz33.zip / DSIZE.TXT < prev   
Text File  |  1994-02-06  |  3KB  |  54 lines

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