Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Windows >> Command Line >> How to generate a report of disk space usage for each directory

We need the diruse.exe utility from windows 2000 resource kit eg. to generate a report of all first level subdirectories of g:\ (via command prompt) > for /F "tokens=1 delims= " %i in ('dir g:\ /a:d /B') do diruse g:\%i
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]