關於保存 A屬性未被建立?





chengmou
2011-03-30, 09:11 AM
請教..
一般來說,只要檔案被新建立或是被修改,都會被WINDOWS 標示為 archive,就是a的屬性,但最近小弟在使用snagit 9卻發現它建的檔卻沒有a屬性,會導致備份時會忘了它,請問各位發生這種情形都是如何處理呢?
snagit 9沒有設定a屬性,但我之前用的snagit 7卻有,真是奇怪..但又找不到設定的地方可以改的..

thanks.




ranger
2011-04-03, 09:00 PM
在dos模式用attrib指令

ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [path][filename]
[/S ]

+ Sets an attribute.
- Clears an attribute.
R Read-only file attribute.
A Archive file attribute.
S System file attribute.
H Hidden file attribute.
[drive:][path][filename]
Specifies a file or files for attrib to process.
/S Processes matching files in the current folder
and all subfolders.
/D Processes folders as well.