Recently I used the command:
dir /s /on > FileList.txt
Which turned out to be very usefull for that situation.
Now I have another issue where I would like to use a same procedure to check all folder sizes within a certain directory. However I don't like to have all subfiles (and folders) in the output (/s in the line above). Actually I just want to have all sizes of the folders in a specific directory without using RMB>properties on each folder or installing third party software.
Someone got an idea how to do this?