File listing and creation date in MS DOS

Closed
confused... - Feb 14, 2011 at 10:50 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 28, 2011 at 06:58 AM
Hello,
Is it possible to get the complete file name (including path), file creation date listing recursively in MS DOS?

Thanks a lot in advance



Related:

1 response

rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
Feb 28, 2011 at 06:58 AM
dir /s can loop thru the dirs. I am not sure if you limit it to show only certain fields. you can have name only if you add /b switch

dir /b /s
1