WordCount.
WordCount is a small freeware Windows 95/98/NT command-line program that counts characters, words and lines in one or more files -- my attempt to bring the features of the Unix "WC" utility to Windows. It is also able to perform grammatical analysis of text files, and calculates the number of sentences, words per sentence, and characters per word in each file it searches. It can search in one file or multiple files if a wildcard pattern is specified on the command line. For instructions type "wc" at the command prompt. Note: on some systems you may need to surround your filename(s) with quotes ("").