home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / sysutl / veal0989.arc / CFA206.DOC < prev    next >
Text File  |  1989-02-03  |  3KB  |  55 lines

  1.  ╔════════════════════════════════════════════════════════════════════════════╗
  2.  ║                                                                            ║
  3.  ║       Documentation For Change File Attribute (CFA) - Version 2.06         ║
  4.  ║                A Shareware Program Written By Craig Veal                   ║
  5.  ║                                                                            ║
  6.  ╟────────────────────────────────────────────────────────────────────────────╢
  7.  ║                                                                            ║
  8.  ║    I initially developed this program for my own personal use and the      ║
  9.  ║    rights to it are my sole property.  This program is not and has never   ║
  10.  ║    been a public domain program.                                           ║
  11.  ║                                                                            ║
  12.  ║    LIMITED permission is granted for your personal, NON-COMMERCIAL use     ║
  13.  ║    ONLY.                                                                   ║
  14.  ║                                                                            ║
  15.  ║    This program may not be used in any commercial environment without my   ║
  16.  ║    WRITTEN PERMISSION. If you want to use it in a commercial environment,  ║
  17.  ║    simply send me a self addressed stamped envelope and I'll authorize     ║
  18.  ║    you to use this program as long as NO ONE, other than myself, MAKES     ║
  19.  ║    any profit from the sale of this program.                               ║
  20.  ║                                                                            ║
  21.  ║    SHARE this program with others!   Craig D. Veal                         ║
  22.  ║                                      4734B Jacksonville Lane               ║
  23.  ║                                      Andrews AFB MD 20335                  ║
  24.  ║                                      Phone 301-599-1071                    ║
  25.  ║                                                                            ║
  26.  ╚════════════════════════════════════════════════════════════════════════════╝
  27.  
  28.  
  29. This program is used to change the DOS attribute assigned to a file or group
  30. of files.  It can make files normal, read only, hidden, system, or turn the
  31. DOS archive attribute on.  DOS wildcard characters (* or ?) MAY be used
  32. for the filename.  Attributes may be combined such as RHS for Read only, Hidden
  33. System or RS for Read only, System or any other combination.  Subdirectory
  34. attributes can also be changed, but wildcards CANNOT be used with 
  35. subdirectories.
  36.  
  37. Syntax is CFA filename attribute. 
  38.  
  39. Attributes values are:
  40.  
  41.     N - Normal (Read and Write)
  42.     R - Read only (Can't be written to OR deleted
  43.     H - Hidden (Can't be found by most programs including DIR)
  44.     S - System (Used by the computer during initial start-up)
  45.     A - Archive (Used by DOS Backup and Restore)
  46.  
  47. Examples: 
  48. CFA myfile.doc A    - Turns myfile.doc Archive bit on
  49. CFA *.Doc n         - Makes all .DOC files Normal (read and write)
  50. CFA ?at.Doc R       - Makes all files that have 'at' as the 2nd and 3rd 
  51.                       letters Read only (such as cat.doc, bat.doc, etc
  52. CFA \DOS\*.* RH     - Makes \DOS subdirectory files Read only and Hidden
  53.  
  54.  
  55.