Home » Questions » Computers [ Ask a new question ]

Utility that counts the number of files in a directory (recursively)?

Utility that counts the number of files in a directory (recursively)?

Is there any small Windows utility that counts the number of files in a directory recursively (including subdirectories) ?

Asked by: Guest | Views: 340
Total answers/comments: 1
Guest [Entry]

"The folder's properties will do it for you:

You can also use dir along with find from the command line:

dir /a-d /s /b folder_name | find /c "":"""