home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / lambda / soundpot / a / cfa03.lbr / -READ.MZ / -READ.ME
Encoding:
Text File  |  1993-10-26  |  1.5 KB  |  47 lines

  1. CFA = Change File Attributes
  2.  
  3. Version 0.3:  An experimental derivative of MAKE version 2.6
  4.  
  5. 1.  Changes file attributes
  6. 2.  Moves files between user areas
  7. 3.  Sets and resets F1-F4 filename tags
  8. 4.  Erases and UN-erases file
  9. 5.  Can be used as a super fast "file splitting" program.  Split file
  10.     segment size (16K, 32k, 48k, etc) is now a configurable option at
  11.     assembly time (changed from version 0.2).
  12.  
  13. In spite of many new features, CFA is the same size as its predecessor;
  14. still under 2K (except ZCPR, WHEEL support configurations).
  15.  
  16. -----------------------------------------------------------------------
  17.  
  18. Usage:  CFA [d:]filename.typ X[#]
  19.  
  20.  where d: is optional drive specifier, and X may be ONE of these:
  21.  
  22. Number 0-31
  23.   Moves file to user area X
  24.  
  25. File tags:                      File attributes:
  26.   F or G  Tag 1, on/off           R or W:  $R/O or $R/W
  27.   H or I  Tag 2, on/off           S or D:  $SYS or $DIR
  28.   J or K  Tag 3, on/off           A or N:  $ARC or $Non-ARC
  29.   L or M  Tag 4, on/off
  30.  
  31. File erase or unerase:
  32.   E or U:  Erase or Unerase (into current user)
  33.  
  34. File splitting (handle with care):
  35.   C:  Cut file into segments, each 3 extents long
  36.   B:  Bind files previously Cut
  37.  
  38. Add "#" after any letter option to work in ALL user areas.
  39.  
  40. -----------------------------------------------------------------------
  41.  
  42. See CFA03.HIS and CFA03.DOC for complete information.
  43.  
  44.  
  45. Lee D. Rimar
  46. 7 February, 1988
  47.