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

  1.                                FI (File Info) 
  2.  
  3.  
  4. Description:   Either saves comments about files or lists specified
  5.                directories and the file comments you saved previously by
  6.                using this command. FI saves comments about files in a file
  7.                named FILEINFO.FI in each specified directory. If FILEINFO.FI
  8.                does not exist, FI creates it. 
  9.  
  10. Syntax:        Version 4.0:   FI [(drive:)][(path)][(filespec)] [(comment)]
  11.                               [/C] [/D] [/E] [/L] [/N] [/P] [/PACK] [/S] 
  12.  
  13.                Version 4.5:   FI [(drive:)][(path)][(filespec)] [(comment)]
  14.                               [/C] [/D] [/E] [/L] [/P] [/PACK] [/S] 
  15.  
  16.                                 Parameters: 
  17.  
  18. (drive:)       The single-letter specifier (A:, B:, C:, etc.) for the drive
  19.                you want to use. Follow the letter with a colon. The current
  20.                drive is the default. 
  21.  
  22. (path)         The full name (C:\WP\LETTERS) of the directory you want to
  23.                process. The current directory for the designated drive is the
  24.                default. 
  25.  
  26. (filespec)     The name of the file whose FILEINFO.FI file entry you want to
  27.                update or list. 
  28.  
  29. (comment)      The comment you want to save with the specified files. The
  30.                comment need not be enclosed in quotes and can be a maximum of
  31.                65 characters long. 
  32.  
  33. /C             Lists only those files that have comments. 
  34.  
  35. /D             Deletes comments from the specified files. 
  36.  
  37. /E             Lets you change or enter a comment in an edit window. You can
  38.                use WordStar-compatible editing commands within the one-line
  39.                edit window. 
  40.  
  41. /L             Displays the entire 65-character comment for each file. If you
  42.                include this switch, FI does not display the size, the date
  43.                stamp, and the time stamp of each file. If you omit /L, FI
  44.                displays the file size, the date stamp, the time stamp, and
  45.                the first 36 characters of each stored comment. 
  46.  
  47. /N             Use this switch with the /E switch if your machine is not
  48.                fully IBM-compatible. 
  49.  
  50.  
  51. /P             Displays the results in pause mode: You initially see one
  52.                screenful of information, and you must press the Spacebar to
  53.                see the next screenful. Press Enter to scroll up one line at a
  54.                time. Press any key other than Spacebar, Enter, or Escape to
  55.                exit pause mode. You can also enter pause mode during normal
  56.                display by pressing any key other than Escape. Use the Escape
  57.                (ESC) key to stop execution. 
  58.  
  59. /PACK          Compresses deleted (flagged but not removed) entries from the
  60.                FILEINFO.FI file. 
  61.  
  62. /S             Processes all files in all subdirectories under the current or
  63.                specified path. 
  64.  
  65. Example:       To add the comment Document'' to all DOC files in the WP\DOC
  66.                directory and its subdirectories and to display the results in
  67.                pause mode.
  68.  
  69.                Enter:    FI \wp\doc\.DOC Document /P /S 
  70.  
  71. See:           <NUFA>, <NUFF>, <NUFS>, <NULD>, <NUNCD>. 
  72.  
  73.