Get a list of the modified date of a folder of files
You can use the Windows forfiles command to quickly get a list of the date modified and time modified of all of the files in a directory. Enter this script in a text file and save it with the extension '.bat'.
forfiles /C "cmd /c echo @file @fdate @ftime" >list.txt
. . . double-click the file and it will generate a nice, simple list like this:
Comments