home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / CPM3 / QS-CPM3.ARK / QS.DOC < prev   
Text File  |  1984-01-07  |  1KB  |  31 lines

  1.  
  2.  
  3.     QS (Quick Set) is a program to set or reset file
  4. attribute bits.  It is primarily intended for CP/M 3.0
  5. to take the place of the SET program for setting file
  6. attributes.  The SET program is 12K long and is somewhat
  7. slow for normal use.  QS is invoked by specifying the
  8. file name and up to three options:
  9.  
  10.     QS filename.typ options
  11.  
  12.     An optional drive specifier can be used and the 
  13. file must be in the current user area.  The options are:
  14.  
  15.     R - Set RO attribute
  16.     S - Set SYS attribute
  17.     A - Set Archive attribute
  18.  
  19. If an option is not given then it is reset.  Any number
  20. of options can be given but only the first three are pro-
  21. cessed.  Any options other than R, S or A are ignored.
  22.  
  23.     Examples:
  24.  
  25. 1.    QS X.Y        Set X.Y to DIR, RW
  26. 2.    QS X.Y R    Set X.Y to DIR, RO
  27. 3.    QS X.Y AS    Set X.Y to SYS, RW, Archive
  28. 4.    QS X.Y SG    Set X.Y to SYS, RW
  29. 5.    QS X.Y SAR    Set X.Y to SYS, RO, Archive
  30.  
  31.