I have windows machine on which I need to query all the files created before x time. In unix, we can do it by find -ctime. By specifying the minutes, I can view all the files in a certain time period.
How can I do this in Windows?
I have windows machine on which I need to query all the files created before x time. In unix, we can do it by find -ctime. By specifying the minutes, I can view all the files in a certain time period.
How can I do this in Windows?
specificaly for "creation time", installing cygwin and using find command seems to be only way I could find :-)
You can use the command "forfiles" See: http://www.windows-commandline.com/find-files-based-on-modified-time/