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

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