* attrib - ファイル属性の設定 [#hce23487]

** 属性 [#ge7f19a8]
| 属性 | 内容 |
| R | 読み取り専用 |
| A | アーカイブ |
| S | システムファイル |
| H | 隠しファイル |
| I | インデックス対象外 |

** 属性の表示 [#pce31f46]
*** ファイルのみ表示 [#nb8656ef]
 attrib

*** サブフォルダも含める [#rb9999ff]
 attrib /s

*** サブフォルダ・ディレクトリも含める [#e43513c1]
 attrib /s /d

*** 個別にディレクトリを指定 [#ea7c8feb]
 attrib dir1

** 属性の設定 [#we4f1f51]
*** 隠しファイル属性の解除 [#ab1bf324]
 attrib -h C:\RECYCLE.BIN

*** 隠しファイル・システムファイルの解除 [#h6028946]
 attrib -h -s desktop.ini

** 参考 [#sdc78f17]
http://www.adminweb.jp/command/file/index8.html
- http://www.adminweb.jp/command/file/index8.html
- http://www.howtogeek.com/205910/how-to-change-file-attributes-with-attrib-from-the-windows-command-prompt/

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS