Usage Counter v1.1b By Jeff Pilant Purpose: This program is designed to report disk usage by user by volume for a server. NOTE: This program takes a few minutes to run, as the server must compile the info for each user by volume. Revision History: 1.1b Fixed an overrun error (65535+1 -> 0 !) 1.1a Added display of directories to indicate activity 1.1 Rewrite to total by file scan rather than indivual calls to the server for each user/volume pair. [My scan went from ~45min to ~2min.] 1.0 Origional