|
|
|
NirCmd Command Reference - setfiletime
|
setfiletime [filename or wildcard] [Created Date] {Modified Date} {Accessed Date}
Changes the Created/Modified/Accessed date of one or more files.
The first parameter can be a single filename or wildcard string.
The dates parameters must be specified in the following format: "dd-mm-yyyy hh:nn:ss"
if a date parameter is not specified or you specify an empty string (""), the date won't be changed.
If you specify "now" as date parameter, the current date and time will be used
Examples:
setfiletime "c:\temp\*.exe" "15-05-2004 11:22:12" "22-01-2005 21:22:55"
setfiletime "c:\temp\myfile.txt" "24-06-2003 17:57:11" "" "22-11-2005 10:21:56"
setfiletime "c:\temp\myfile.txt" now now
Other commands:
NirCmd Web Page
Download NirCmd
NirSoft Web Site
|
|
|