- Jul
- 447
- 6
In the example below I do not understand why the creation date for the file is later than the write date or why the last access date is the same as the creation date. Can someone please explain how these dates should be interpreted?
Wed Jul 4, 2012 9:15:14
F:\BAT>*dir /km datename.btm /t:a
6/03/2012 11:41 2,394 DATENAME.BTM
Wed Jul 4, 2012 9:15:44
F:\BAT>*dir /km datename.btm /t:w
12/09/2011 2:32 2,394 DATENAME.BTM
Wed Jul 4, 2012 9:15:48
F:\BAT>*dir /km datename.btm /t:c
6/03/2012 11:41 2,394 DATENAME.BTM
Wed Jul 4, 2012 9:15:55
F:\BAT>*dir /km datename.btm
12/09/2011 2:32 2,394 DATENAME.BTM
TCC 14.00.24 Windows Vista [Version 6.0.6002]
Wed Jul 4, 2012 9:15:14
F:\BAT>*dir /km datename.btm /t:a
6/03/2012 11:41 2,394 DATENAME.BTM
Wed Jul 4, 2012 9:15:44
F:\BAT>*dir /km datename.btm /t:w
12/09/2011 2:32 2,394 DATENAME.BTM
Wed Jul 4, 2012 9:15:48
F:\BAT>*dir /km datename.btm /t:c
6/03/2012 11:41 2,394 DATENAME.BTM
Wed Jul 4, 2012 9:15:55
F:\BAT>*dir /km datename.btm
12/09/2011 2:32 2,394 DATENAME.BTM
TCC 14.00.24 Windows Vista [Version 6.0.6002]