In Windows command prompt, I'm trying to list only path, file name and created date, of all files including in a folder and its sub folders. Like:
E:\>dir /s /b>LIST_FILES.TXT
Problem is that I don't know how to show created date of file. Is it possible?