hmm...
you could sort of do this by listing the number of files with certain extensions.
1) get to your command prompt
2) type 'cd\' then enter
3) type 'dir /s *.XYZ' where XYZ is the filetype you are interested in .txt, .doc, etc) then press enter
The /s will tell the computer to search through all subdirectories.
You just have to do it for each type of file you are interested in numbering.
Just a possiblity to help
|