Share via

how do i word count a document in word pad please?

Anonymous
2013-01-27T21:48:50+00:00

how do I word count a document in word pad please?

Windows for home | Previous Windows versions | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2013-01-28T00:02:09+00:00

    how do I word count a document in word pad please?

    Copy and Paste it to an app which could count words.   One would be PowerShell but you would need to have the PSCX  ClipBoard  cmdlets  to do it.   Then I think  Measure-Object  could do what you want.   I don't think that PowerShell would be able to read a WordPad document directly but I suppose if it all looked like text (and not binary) it could.   Another option which would avoid the need of the PSCX cmdlets would be to copy and save the text as text using Notepad and then apply the  Measure-Object  cmdlet to the equivalent .txt file.

    FYI

    Robert Aldwinckle


    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2013-01-27T22:09:45+00:00

    Count.  One word, two words, three words, etc.  WordPad is not a full-fledged word processor and lacks many of the features full-fledged word processor does.

    1 person found this answer helpful.
    0 comments No comments