I have read "full path in directory" topic concerning dir. Is it posible to add size and date inormation also?

stache01

Reputable
Apr 28, 2015
2
0
4,510
The "full path in directory" topic in windows XP explains how to get a listing with the full path and filename concatenated in the output listing and this works very well, "dir /s/b".
I need to have the date and size fields also listed for each record. I have tried to add other options after /s/b with no luck. I tried /TC (creation time) and /C or /S(size) but in all cases it reverts back to leaving out the path for the filename. I am using windows 8 on a desktop.
My goal is create records with the fields "path" "filename" "date" "size". The purpose is to allowing others to select which records should be retained.

Is there a way to get all 4 fields in the records?