Thanks,
-TedMi
> Namely, how to search for files based on the HTML code within them?
I prefer the FINDSTR command. For example, type
findstr /silc:"<meta" *.aspx
in a console window to search all .aspx files in the current directory
and all subdirectories. For more examples, see
<http://technet.microsoft.com/en-us/library/cc732459(WS.10).aspx#BKMK_examples>.
--
<http://schneegans.de/sv/> � XML Schema Validator
"Christoph Schneegans" <Chri...@Schneegans.de> wrote in message
news:7nd39cF...@mid.individual.net...
> <http://schneegans.de/sv/> � XML Schema Validator
>
I can't speak for Vista, but Windows Explorer in XP has no problem finding stuff in
HTML documents. Did you use the "All or part of the file name" or the "A word or
phrase in the file" box?
Mike
> "TedMi" wrote:
>
>> Namely, how to search for files based on the HTML code within them?
>
> I prefer the FINDSTR command. For example, type
>
> findstr /silc:"<meta" *.aspx
>
> in a console window to search all .aspx files in the current directory
> and all subdirectories. For more examples, see
> <http://technet.microsoft.com/en-us/library/cc732459(WS.10).aspx#BKMK_e
> xamples>.
WinGrep is also a nice utility to have in your toolbox:
http://www.wingrep.com/
Peace and Grace,
--
Gregory A. Beamer (MVP)
Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************
I don't understand then. To be found in a file, the string *HAS* to be *IN* the file.
The "stuff" *IN* a file is the *CONTENTS*.
So what's the answer to my question? There are two boxes to enter your search
criteria. One searches for file names, the other searches for stuff (contents) inside
the file. Which box did you enter "<meta name" into?