Count the files in a directory

fireit -  
 fleche-bleu -
Hello,
I would like to count the files in a directory in a Windows shell.
help pliz
Configuration: Windows XP Internet Explorer 6.0

4 answers

dubcek Posted messages 18627 Registration date   Status Contributor Last intervention   5 659
 
hello
use find
C:> dir /b a b c d C:> dir /b | find /v /c "" 4 
19