本帖最后由 路过 于 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 |