Hello
I need to list file names with relative path and size information.
dir /s /f produces almost what I need, but there is no size information and the path is full rather than starts with the subfolders of the current folder and I have to delete the beginning of the path manually.
The help file for pdir mentions /(...) option but does not give any clue where to find information of the names of the fields, etc. I found one older topic where it was suggested that one can use @name...
Read more
I need to list file names with relative path and size information.
dir /s /f produces almost what I need, but there is no size information and the path is full rather than starts with the subfolders of the current folder and I have to delete the beginning of the path manually.
The help file for pdir mentions /(...) option but does not give any clue where to find information of the names of the fields, etc. I found one older topic where it was suggested that one can use @name...
Read more