标题: [文件操作] 新手求助批处理attrib命令中文件属性 [打印本页]
作者: Cauchy 时间: 2021-2-14 22:28 标题: 新手求助批处理attrib命令中文件属性
attrib命令中文件属性有:
R 只读文件属性。
A 存档文件属性。
S 系统文件属性。
H 隐藏文件属性。
O 脱机属性。
I 无内容索引文件属性。
X 无清理文件属性。
V 完整性属性。
P 固定属性。
U 非固定属性。
前四种懂,后面完全不懂欸,网上也搜不到,求解!
作者: 路过 时间: 2021-2-15 19:19
本帖最后由 路过 于 2021-2-15 19:26 编辑
- @echo off
- chcp 437
- attrib /?
- pause
- exit
- ____________________________________
- R Read-only file attribute.
- A Archive file attribute.
- S System file attribute.
- H Hidden file attribute.
- O Offline attribute.
- I Not content indexed file attribute.
- X No scrub file attribute.
- V Integrity attribute.
- P Pinned attribute.
- U Unpinned attribute.
复制代码
O是脱机文件,I表示该文件不能被索引。这两个可以在网上找,百度CreatFile或GetFileAttributes的用法。
XVPU请参考https://superuser.com/questions/ ... rity-v-pinn/1287315
欢迎光临 批处理之家 (http://www.bathome.net/) |
Powered by Discuz! 7.2 |