home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / DISK_UTL / WORST.ZIP / WORST.DOC < prev    next >
Text File  |  1992-07-29  |  2KB  |  81 lines

  1.                  WORST
  2.  
  3.       -------------------------------------------------
  4.       Finds oldest, newest, largest, and smallest files
  5.       and all empty subdirectories on your disk.
  6.       -------------------------------------------------
  7.  
  8.                TYPICAL OUTPUT:
  9.  
  10.          Category   Date    Time     Bytes File or Directory Name
  11.      -------- -------- ------ -------- -------------------------
  12.      Empty    02-14-91 06:27p        0 C:\KSP\CALENDAR\OBJ\
  13.      Empty    02-14-91 06:39p        0 C:\WINDOWS\PIF\
  14.      Empty    07-24-92 02:29p        0 C:\LANTASTI.NET\C-DRIVE\
  15.      Empty    07-22-92 06:19p        0 C:\BIGMOUTH.NEW\LINT\
  16.      Newest   07-29-92 09:49p    15360 C:\WORST\WORST.EXE
  17.      Oldest   01-01-80 00:03a    39831 C:\BIN\LAND.COM
  18.      Largest  07-11-92 10:57a  1832818 C:\DOCS\INTERRUP.LST
  19.      Smallest 08-15-91 11:08p        0 C:\LANTASTI\Z_MGR.DAT
  20.  
  21.  
  22. Usage:    C:\>WORST option option ...
  23.  
  24.     Where "option" may be:
  25.  
  26.     (1) A filespec pattern, possibly containing wildcard
  27.         characters such as "*" and "?".  Searches all filespecs
  28.         listed.
  29.  
  30.     (2) +S
  31.  
  32.         Enables recursive search of subdirectories for all
  33.         subsequent filespecs.
  34.     
  35.     (3) -S
  36.  
  37.         Disables recursive search of subdirectories for all
  38.         subsequent filespecs. (Default)
  39.     
  40. Examples:
  41.  
  42. 1.    WORST
  43.  
  44.             Searches the current directory of the current drive.
  45.  
  46. 2.    WORST C:
  47.  
  48.             Searches the current directory of drive C.
  49.  
  50. 3.    WORST C:\
  51.  
  52.             Searches the root directory of drive C.
  53.  
  54. 4.    WORST +S C:
  55.  
  56.             Searches the current directory of drive C and all of
  57.         the subdirectories below the current directory of
  58.         drive C.
  59.  
  60. 5.    WORST +S C:\
  61.  
  62.             Searches ALL directories of drive C.
  63.  
  64. 6.    WORST C:\BIN\*.COM
  65.  
  66.         Searches all filespecs matching C:\BIN\*.COM
  67.  
  68. 7.    WORST +S B: C:\BIN\ D:\*.COM
  69.  
  70.         Searches the current directory of drive B and all of
  71.         its subdirectories, subdirectory BIN of drive C and
  72.         all subdirectories of BIN, and all .COM files in the
  73.         root directory of drive D.
  74.  
  75. 8.    WORST B: +S C:\BIN -S D:\*.COM
  76.  
  77.         Searches the current directory of drive B,
  78.         subdirectory BIN of drive C and all subdirectories of
  79.         BIN, and all .COM files in the root directory of
  80.         drive D.
  81.