home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util1 / drnu451.lzh / NUFS < prev    next >
Text File  |  1990-10-19  |  3KB  |  70 lines

  1.                                FS (File Size) 
  2.  
  3. Description:   Displays the size of each selected file, the total size of all
  4.                selected files, and the percentage of allocated space used for
  5.                selected files within a directory or subdirectory. FS can also
  6.                determine whether the selected files will fit on a specified
  7.                target disk. 
  8.  
  9. Syntax:        Version 3.0:   FS [(drive:)][(path)][(filespec)] [(to-drive]
  10.                               [/P] [/T] 
  11.  
  12.                Version 3.1, 4.0, 4.5:   FS [(drive][(path)][(filespec)]
  13.                                         [(to-drive] [/P] [/S] [/T] 
  14.  
  15.                                 Parameters: 
  16.  
  17. drive:         The single-letter specifier (A:, B:, C:, etc.) for the drive
  18.                you want to search. Follow the letter with a colon. The
  19.                current drive is the default. 
  20.  
  21. (path)         The full name (C:\WP\LETTERS) of the directory you want to
  22.                search. The current directory for the designated drive is the
  23.                default. 
  24.  
  25. (filespec)     The name of the file for which you want to search. The default
  26.                (filespec) is *.*. 
  27.  
  28. (to-drive      The single-letter specifier (A:, B:, C:, etc.) for the drive
  29.                you want to check to determine whether or not the drive
  30.                contains enough space in which to copy the selected files.
  31.                Follow the letter with a colon. 
  32.  
  33. /P             Displays the results in pause mode: You initially see one
  34.                screenful of information, and you must press a key to see each
  35.                subsequent screenful. 
  36.  
  37. Versions 3.0 and 3.1:    Press any key to see the next screenful. Press the
  38.                          Pause key to pause at any time. You cannot activate
  39.                          pause mode after FS begins executing. Use Ctrl-C
  40.                          (^C) or Ctrl-Break (^[) to stop execution. 
  41.  
  42. Versions 4.0 and 4.5     Press the Spacebar to see the next screenful. Press
  43.                          the Enter key to scroll up one line at a time. Press
  44.                          any key other than Spacebar, Enter, or Escape to
  45.                          exit pause mode. You can also enter pause mode
  46.                          during normal display by pressing any key other than
  47.                          Escape. Use the Escape (ESC) key to stop execution. 
  48.  
  49.  
  50.  
  51.  
  52.  
  53. /S             Processes all files in all subdirectories under the current or
  54.                specified path. 
  55.  
  56. /T             Displays the total space statistics for selected files. FS
  57.                displays a total for each directory. If FS is in pause mode
  58.                (see /P above), the utility might pause several times before
  59.                you see a total. 
  60.  
  61. Example:  To determine the file sizes of all EXE files in the UTILITY
  62.           directory and all subdirectories on the current drive and to
  63.           determine whether the selected files and all subdirectories will
  64.           fit on the disk in drive B.
  65.  
  66.           Enter:    FS \utility\.exe b: /S 
  67.  
  68. See:           NUFA>, <NUFF>, <NUFI>, <NULD>, <NUNCD>. 
  69.  
  70.