I need to search for all files on my computer that contain certain html tags.

I tried the search function that comes with Windows Explorer (My Computer), and it can't find html tags, even in files I know contain them.

I have Windows XP.

The only solution I have found is to search for all html files ( write: *.html ) in windows search, add all those files into dreamweaver, and use dreamweaver`s search function to search in all files

Two problems with this:

1. There are over 200 files to check.

2. I am not allowed to download any software on the computer involved.

3. Dreamweaver is not installed.

I got it!

Launch Windows Explorer.
Create a new folder named Found inside the folder to be searched.
Close Windows Explorer.

Start
Run command.com
Navigate with cd to the folder containing the files to be searched.
copy *.htm *.txt
exit

Launch Windows Explorer
Open the search pane, search for the tags you want.
Select all of the search results.
Drag them to the Found folder.

Navigate to the original folder.
Sort by file type.
Select and delete the .txt files.

The list of .txt files in the Found folder tell you which .htm files have the desired text.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.