home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / zsus / z3help / s.lbr / SFA.HZP / SFA.HLP
Encoding:
Text File  |  1991-11-18  |  1.3 KB  |  32 lines

  1. ;
  2.                                        SFA.COM                                
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                3k (20)   C533  2.5                                 Z3COM8
  6.  
  7.   1- Syntax                                                                   
  8.  
  9.  
  10.  
  11.  
  12.    Set File Attributes sets read-write, read-only, archive, wheel byte, write-
  13. protected, etc.   A wildcard file declaration is permitted.
  14. :1
  15.  
  16.  
  17.    Syntax:  SFA du:afn /o,o,o,o...
  18.  
  19.   Options:  F1    - Sets the F1 attribute
  20.             -F1   - Resets the F1 attribute
  21.                     Same for F2-F7
  22.             W/P   - Sets the Wheel Protect attribute
  23.             -W/P  - Resets the Wheel Protect attribute
  24.             SYS   - Sets the file System attribute
  25.             DIR   - Resets the file System attribute
  26.             R/O   - Sets the file Read Only attribute
  27.             R/W   - Resets the file Read Only attribute
  28.             ARC   - Sets the file Archive attribute
  29.             -ARC  - Resets the file Archive attribute
  30.  
  31.    NOTE:    Wildcards and multiple options may be used.
  32.             Commas between options are optional.