From: "Rafael García" Newsgroups: comp.os.msdos.djgpp Subject: Filetree disk size Date: Tue, 11 Jul 2000 12:01:22 +0200 Organization: Telefonica Transmision de Datos Lines: 33 Message-ID: <8keric$jff$1@diana.bcn.ttd.net> NNTP-Posting-Host: 194.179.101.62 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Does anybody know a portable program to recursively show sizes of subdirectories? Something like this: 945 \dir 345 \dir\uno 200 \dir\uno\a 100 \dir\uno\b 45 \dir\uno\c 600 \dir\otro 400 \dir\otro\a 200 \dir\otro\b I think this is so useful that it would be a basic listing of any OS. I am sure it exist in Unix but I have not under Windows/DOS. Yes, I can see total size of ONE folder in "properties" dialog, but I need a global view to show heavy stuff easily. I wrote it in C years ago, including slack percentage, but it does not work with LFN nor all file systems. I am not sure what is the problem, perhaps FAT32 and Novell cannot give me correct sizes for clusters with ffblk structures. Do you know how to get that listing? Thank you I'm not sure what NG to send this question, but you are so effective... :-)