                               FS (File Size) 
 
Description:   Displays the size of each selected file, the total size of all
               selected files, and the percentage of allocated space used for
               selected files within a directory or subdirectory. FS can also
               determine whether the selected files will fit on a specified
               target disk. 
 
Syntax:        Version 3.0:   FS [(drive:)][(path)][(filespec)] [(to-drive]
                              [/P] [/T] 
 
               Version 3.1, 4.0, 4.5:   FS [(drive][(path)][(filespec)]
                                        [(to-drive] [/P] [/S] [/T] 
 
                                Parameters: 
 
drive:         The single-letter specifier (A:, B:, C:, etc.) for the drive
               you want to search. Follow the letter with a colon. The
               current drive is the default. 
 
(path)         The full name (C:\WP\LETTERS) of the directory you want to
               search. The current directory for the designated drive is the
               default. 
 
(filespec)     The name of the file for which you want to search. The default
               (filespec) is *.*. 
 
(to-drive      The single-letter specifier (A:, B:, C:, etc.) for the drive
               you want to check to determine whether or not the drive
               contains enough space in which to copy the selected files.
               Follow the letter with a colon. 
 
/P             Displays the results in pause mode: You initially see one
               screenful of information, and you must press a key to see each
               subsequent screenful. 
 
Versions 3.0 and 3.1:    Press any key to see the next screenful. Press the
                         Pause key to pause at any time. You cannot activate
                         pause mode after FS begins executing. Use Ctrl-C
                         (^C) or Ctrl-Break (^[) to stop execution. 

Versions 4.0 and 4.5     Press the Spacebar to see the next screenful. Press
                         the Enter key to scroll up one line at a time. Press
                         any key other than Spacebar, Enter, or Escape to
                         exit pause mode. You can also enter pause mode
                         during normal display by pressing any key other than
                         Escape. Use the Escape (ESC) key to stop execution. 
 




/S             Processes all files in all subdirectories under the current or
               specified path. 
 
/T             Displays the total space statistics for selected files. FS
               displays a total for each directory. If FS is in pause mode
               (see /P above), the utility might pause several times before
               you see a total. 
 
Example:  To determine the file sizes of all EXE files in the UTILITY
          directory and all subdirectories on the current drive and to
          determine whether the selected files and all subdirectories will
          fit on the disk in drive B.

          Enter:    FS \utility\.exe b: /S 
 
See:           NUFA>, <NUFF>, <NUFI>, <NULD>, <NUNCD>. 

