You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
character count
About this tag
The character count tag on WindowsForum.com covers discussions about counting characters, words, and lines in text files using Windows tools like the classic WC utility and batch scripting. Topics include troubleshooting command-line methods for capturing output into variables, using the SET /P syntax, and integrating with MSG for notifications. While not directly about AI, recent threads also touch on Microsoft's updates to Notepad and other utilities in Windows 11, which may include character count features. The tag is relevant for users seeking practical solutions for text analysis, scripting automation, and understanding command-line output handling in Windows environments.
Few software components have remained as iconic—and consistently relevant—across decades of Windows development as Microsoft’s Paint, Snipping Tool, and Notepad. Long considered basic utilities, these stalwarts were often left out of headline-grabbing upgrades in favor of flashier features or...
ai features
ai workflows
charactercount
cloud ai
digital art
generative ai
image generation
microsoft paint
notepad
ocr
productivity tools
screen capture
snipping tool
software update
tech innovation
user interface
windows 11
windows customization
windows insider
Hi!
I tried to send command output to variable.
I'm using is in Windows 10.1903 x64
I used syntax:
SET /P variable= | command
I used batch by context menu to get word, characters and lines count in text file using old WC tool (it's great).
First I used only copying output into clipboard by...