假如一个文件夹下的所有文件属性为SA,需要修改为A,在DOS下使用如下命令修改:
attrib /d -s D:\D-desktop\test5\*
或者使用相对路径:
attrib /d -s .\test5\*