home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP2.ZIP / HELPNORT.ZIP / FS.### < prev    next >
Encoding:
Text File  |  1985-12-29  |  1.2 KB  |  25 lines

  1. COMMAND:  FS (File Size)
  2.  
  3. FUNCTION: Displays and summarizes the size of disk files.
  4.  
  5. FORMAT:   FS [filespec] [d:] [/P][/T][/S]
  6.  
  7. TYPE:     Norton Utilities command
  8.  
  9. REMARKS:  filespec may contain drive and path designations and global
  10.           characters. The default is *.*
  11.           d: is the optional drive that is checked for sufficient free space
  12.           to accomodate the specified files.
  13.           /P pauses the display when the screen is full.
  14.           /T lists only the summary totals.
  15.           /S causes FS to act on all sub-directories below filespec.
  16.           The files are listed without path qualifiers. The summary information
  17.           includes the total size of the number of specified files, the total
  18.           amount of disk space used by these files, and how much of the
  19.           occupied space is filler rather than data. The difference between
  20.           these two sizes can be substantial, since disk space is allocated
  21.           in fixed-size sector clusters. If the target drive is specified,
  22.           the amount of free space on that drive is listed along with the
  23.           actual amount of space required to copy all the specified files
  24.           to that drive.
  25.