Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Managing user folder sizes
Name: Abby Date: April 17, 2002 at 13:49:40 Pacific
Comment:
Does anyone have sample scripts/code to check folder sizes/user home directories and which user posted what file in a shared folder on a Novell Server (current version)?
Is there an easier way to generate such a report other using a script?
Summary: Here's a batch file you can use, but first, a few caveats: 1. If there are alternate data streams in any of those files, then the hidden data sizes won't be counted, so you'll be underestimating the t...
Summary: Hi I need a batch file that displays the name and size (in MB) of all folders within a given directory. Preferably outputed to a txt or csv file. ...