Hi, I want to make a list of all files on my C: volume with the date they were written to the disk. I know you can use "dir /s" to list all files, but the dates it displays are the date the files were made. So for example if a file has a timestamp of 15 august 2009 and I copy it to my drive today, it will still display 15/08/2009 instead of 24/10/2010. Now I'd like to know the date they were added, is there any way to do this? I've found a program named drivesort that does exactly what I need, but it list only the 100 latest added files, and I need more. EDIT: Typo in title, sorry Thanks, Stannieman