home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 39 / bbd39.zip / FINDATT.TXT < prev    next >
Text File  |  1989-11-15  |  2KB  |  55 lines

  1. |A╔══════════════╗════════════════════════════════════════════════╔══════════════╗
  2. |A║ |6Happy Hacker |A║════════════════ ^1Find Attribute |A════════════════║ |6Happy Hacker |A║
  3. |A╚══════════════╝════════════════════════════════════════════════╚══════════════╝
  4. ^Cby
  5. ^CMartin Richardson
  6.  
  7.    FIND ATTRIBUTE lets you quickly locate all files with a specific attribute  
  8. in the current directory, or in another designated directory. The program is 
  9. designed to search for all child directories related to a specified parent 
  10. directory. 
  11.  
  12.    The attributes you are able to search for include: Read Only, Hidden, 
  13. System, Archive, and Directory: 
  14.  
  15.       * READ ONLY files are protected from being changed or deleted
  16.         by any DOS operation.
  17.  
  18.       * HIDDEN files cannot be seen by ordinary DOS operations,
  19.         such as DIR.
  20.  
  21.       * SYSTEM files are similar to Hidden files in that they cannot
  22.         be seen by ordinary DOS operations; however, this attribute
  23.         allows you to distinguish between a "special" system file
  24.         and a "normal" file that is simply hidden.
  25.  
  26.         NOTE: Both Hidden and System files can be used just like other 
  27.         files; they just won't show up in DOS lists like those shown
  28.         by the DIR command.
  29.  
  30.       * ARCHIVE files are files that have not been backed up since
  31.         the last system back-up. Some backup utilities will use this
  32.         attribute to back-up only those files that were modified.
  33.  
  34.       * DIRECTORY files are not really files at all! They are simply
  35.         directories of other files.
  36.                     
  37.    
  38.    The proper syntax for using the Find Attribute is:
  39.  
  40.         FINDATT [/A] [/D] [/S] [/H] [/R] [directory]
  41.  
  42. where [/A], [/D], [/S], [/H], [/R] are the attributes for which you would like 
  43. to search, and [directory] is the directory in which you would like the 
  44. search to begin. 
  45.  
  46.    All of the parameters are optional. If no [directory] is given, the current
  47. directory is searched. If no parameters are given, a quick run-down of the 
  48. syntax is displayed. 
  49.  
  50. FILES USED BY FIND ATTRIBUTE:
  51.  
  52. ^FFINDATT.EXE
  53.  
  54.  
  55.