Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
Credits 17 Posts 9 Joined 2009-08-03 03:57 16-year member UID 149770 Gender Male
Status Offline
The statement `findstr /a:%c% .* "%a%*"` uses the `findstr` command in Windows. `findstr` is used to search for strings in files. `/a:%c%` sets the foreground color to the color specified by `%c%`. `.*` is a wildcard pattern. `"%a%*"` specifies the file name pattern to search in. So it's searching for strings in files that match the pattern `%a%*` with the foreground color set to `%c%`.