Lollipop   

Welcome to PcCare.com

Diruse - Dir List and folder sizes


Microsoft Operating systems don't provide a conveinent mechanism for discovering folder (directory) sizes (even in windows 7). They do however provide a downloadable utility called du, which coupled with a simple for statement, can provide the necessary info.

List directory sizes. Disk Usage

Download Du zip and unzip to your documents directory

Open a command prompt->cd C:\Documents and Settings\MarkN\My Documents -> or directory you unzipped to.

Cut and paste following to a command prompt, update red colored directory name to desired value

for /D %f in ("C:\users\*") do du -q -v "%f" | find "Size:"

DISCLAIMER: It is assumed that users are familiar with the operating system they are using and comfortable with making the suggested changes. PcCare.com will not be held responsible if changes you make cause a system failure.

Please review our Terms of Service and Privacy statement before initiating service or using this site. Microsoft® and the Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries. PcCare Site Map. About Us

PcCare.com is owned and operated by TechnoChill Inc.