Archived from groups: microsoft.public.windowsnt.misc (More info?)
I'm looking for a command line util to list total space taken up by a
certain file type.
Ie: How much space do .DOC files take up in a certain folder (& it's
subfolders)
Archived from groups: microsoft.public.windowsnt.misc (More info?)
Chortler wrote:
> I'm looking for a command line util to list total space taken up by
a
> certain file type.
> Ie: How much space do .DOC files take up in a certain folder (& it's
> subfolders)
Dir <driveletter>:\<Filename.ext> /s
will do exactly that if you specify, say, "*.DOC" for <FILENAME.EXT>
The total number of files and bytes is given at the end of the last
page displayed.
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.