home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / computers / pcjr / utility / DRNU451.LZH / NUFF < prev    next >
Text File  |  1990-10-19  |  3KB  |  65 lines

  1.                                FF (File Find) 
  2.  
  3.  
  4. Description:   Searches either all drives or selected drives and finds and
  5.                displays all files and directories whose names match the
  6.                (filespec) you specify. 
  7.  
  8. Syntax:        Version 3.0:   FF [(drive:)...] [(filespec)] [/P] [/W] 
  9.  
  10.                Version 3.1, 4.0, 4.5:   FF [(drive:)][(filespec)]
  11.                                         [(drive:)]...] [/A] [/P] [/W] 
  12.  
  13.                                  Parameters:
  14.  
  15. (drive:)       The single-letter specifier (A:, B:, C:, etc.) for the drive
  16.                or drives you want to search. Follow each letter with a colon.
  17.                The current drive is the default. 
  18.  
  19. (filespec)     The name of the file for which you want to search. If you do
  20.                not specify (filespec), FF lists all files and directories on
  21.                the specified drive or drives; the default is *.*. If you
  22.                specify one or more (drive:) values after (filespec), FF also
  23.                searches those drives for (filespec). 
  24.  
  25.  
  26.  
  27. /A             Searches all drives. If a drive can't be accessed, FF skips it
  28.                and does not display an error message. 
  29.  
  30. /P             Displays the results in pause mode: You initially see one
  31.                screenful of information, and you must press a key to see each
  32.                subsequent screenful. 
  33.  
  34. Versions 3.0 and 3.1:    Press any key to see the next screenful. Press the
  35.                          Pause key to pause at any time. You cannot activate
  36.                          pause mode after FF begins executing. Use Ctrl-C
  37.                          (^C) or Ctrl-Break (^[) to stop execution. 
  38.  
  39. Versions 4.0 and 4.5:    Press the Spacebar to see the next screenful. Press
  40.                          the Enter key to scroll up one line at a time. Press
  41.                          any key other than Spacebar, Enter, or Escape to
  42.                          exit pause mode. You can also enter pause mode
  43.                          during normal display by pressing any key other than
  44.                          Escape. Use the Escape (ESC) key to stop execution. 
  45.  
  46. /W             Lists the files and directories in wide format (five files per
  47.                line). 
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Example:       To search all drives and display all EXE files that begin with
  59.                the letters PRI.
  60.  
  61.                Enter:    FF pri.exe /A 
  62.  
  63. See:           <NUFA>, <NUFI>, <NUFS>, <NULD>, <NUNCD>. 
  64.  
  65.