Daniel B. Doman 166 East 96th Street New York, N.Y. 10128 212-289-1024 (Voice) 212-427-1805 (Data) 3CT - File Space Counter 3CT is available free of charge to the general public. You may not charge for its use without the written permission of the author. Feel free to distribute this program freely provided that no fee is charged for such copying and distribution, and that it is distributed ONLY in its original, unmodified state. No `shareware registration' is asked for or expected. Of course, if you want to send something anyway - well I am not crazy... 3CT counts files and their sizes to show you how much space the files in each subdirectory are taking up. It starts counting from the the specified location, and works its way through the various subdirectories. It can only work on one drive at a time, but it is compatible with most LAN environments. There are 3 levels of verbiage that it can return. The default level gives the total files and bytes used in each subdirectory. At its most verbose 3CT will list every file it finds as well, and at its least it will only return the total count for the area checked. The program name is a rather poor pun on "TREE-Count". 3CT counts all hidden files, so you will sometimes see it report more files than the DOS "dir" command. Command Line Switches: /V0 Just give total for search /V1 List count for each directory searched (default) /V2 List count for each directory search and display all files Examples: 3CT . <- Calculate from current directory 3CT \ <- Calculate from Root Directory 3CT F:\FOO <- Calculate from F:\FOO directory 3CT F:\FOO /V0 <- Calculate from F:\FOO directory Give Search Total Only 3CT ..\ /V3 <- Display all files Too