home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / mtools_3.6.docs.lzh / MTOOLS_3.6 / DOCS / mattrib.1 < prev    next >
Text File  |  1997-11-12  |  3KB  |  107 lines

  1. .TH mattrib 1 "21mar97" mtools-3.4
  2. .SH Name
  3. mattrib - change MSDOS file attribute flags
  4. '\" t
  5. .de TQ
  6. .br
  7. .ns
  8. .TP \\$1
  9. ..
  10.  
  11. .tr \(is'
  12. .tr \(if`
  13. .tr \(pd"
  14.  
  15. .SH Note
  16. This manpage has been automatically generated from mtools's texinfo
  17. documentation.  However, this process is only approximative, and some
  18. items, such as crossreferences, footnotes and indices are lost in this
  19. translation process.  Indeed, this items have no appropriate
  20. representation in the manpage format.  Moreover, only the items specific
  21. to each command have been translated, and the general information about
  22. mtools has been dropped in the manpage version.  Thus I strongly advise
  23. you to use the original texinfo doc.
  24. .TP
  25. * \ \ 
  26. To generate a printable copy from the texinfo doc, run the following
  27. commands:
  28.  
  29. .nf
  30. .ft 3
  31. .in +0.3i
  32.     ./configure; make dvi; dvips mtools.dvi
  33. .fi
  34. .in -0.3i
  35. .ft R
  36. .lp
  37.  
  38. \&\fR
  39. .TP
  40. * \ \ 
  41. To generate a html copy,  run:
  42.  
  43. .nf
  44. .ft 3
  45. .in +0.3i
  46.     ./configure; make html
  47. .fi
  48. .in -0.3i
  49. .ft R
  50. .lp
  51.  
  52. \&\fRA premade html can be found at:
  53. \&\fR\&\f(CW\(ifhttp://linux.wauug.org/pub/knaff/mtools\(is\fR
  54. .TP
  55. * \ \ 
  56. To generate an info copy (browsable using emacs' info mode), run:
  57.  
  58. .nf
  59. .ft 3
  60. .in +0.3i
  61.     ./configure; make info
  62. .fi
  63. .in -0.3i
  64. .ft R
  65. .lp
  66.  
  67. \&\fR
  68. .PP
  69. The texinfo doc looks most pretty when printed or as html.  Indeed, in
  70. the info version certain examples are difficult to read due to the
  71. quoting conventions used in info.
  72. .PP
  73. .SH Description
  74. .iX "p mattrib"
  75. .iX "c Changing file attributes"
  76. .iX "c Hidden files"
  77. .iX "c Read-only files (changing the attribute)"
  78. .iX "c System files"
  79. .iX "c Archive bit"
  80. .PP
  81. \&\fR\&\f(CWMattrib\fR is used to change MS-DOS file attribute flags. It has the
  82. following syntax:
  83. .PP
  84. \&\fR\&\f(CWmattrib\fR [\fR\&\f(CW-a|+a\fR] [\fR\&\f(CW-h|+h\fR] [\fR\&\f(CW-r|+r\fR]
  85. [\fR\&\f(CW-s|+s\fR] \fImsdosfile\fR [ \fImsdosfiles\fR \&... ]
  86. .PP
  87. \&\fR\&\f(CWMattrib\fR adds attribute flags to an MS-DOS file (with the
  88. `\fR\&\f(CW+\fR' operator) or remove attribute flags (with the `\fR\&\f(CW-\fR'
  89. operator).
  90. .PP
  91. \&\fR\&\f(CWMattrib\fR supports the following attribute bits:
  92. .TP
  93. \&\fR\&\f(CWa\fR\ 
  94. Archive bit.  Used by some backup programs to indicate a new file.
  95. .TP
  96. \&\fR\&\f(CWr\fR\ 
  97. Read-only bit.  Used to indicate a read-only file.  Files with this bit
  98. set cannot be erased by \fR\&\f(CWDEL\fR nor modified.
  99. .TP
  100. \&\fR\&\f(CWs\fR\ 
  101. System bit.  Used by MS-DOS to indicate a operating system file.
  102. .TP
  103. \&\fR\&\f(CWh\fR\ 
  104. Hidden bit.  Used to make files hidden from \fR\&\f(CWDIR\fR.
  105. .SH See Also
  106. Mtools' texinfo doc
  107.