Batch file that returns folder size
I'm having space issues on my Vista machine and need to figure out what's taking up so much space. I would like to write a simple batch file that returns all folders under C: and the size of each folder. The dir command doesn't appear to return folder size. Unfortunately we don't have admin rights and can't install a third party application and we have other users in our group that also need this information. Mark Mayo I'd have a look at this thread for some clues as to how to achieve the directory size: Batch File To Display Directory Size Otherwise: dirsize: @echo off setLocal