Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Is it possible to search in _all_ files within Windows XP?
For example, it won't search in exe files for a string which I entered as the string to search for.
Windows seaches only in files like .txt, .bat, .doc, .rtf and more. But most files it will skip when searching. Is there a option or tool which can search a string in _all_ files on the harddisk? (With Windows XP.)
3 Answers
- K-SiSLv 47 years ago
Exe files are binary files & no string search will be done in a binary file. Binary files can be opened with HEX Editors and within the scope you can search the string.
- ?Lv 57 years ago
*. (star dot)
Example: I want to find all the .mp3 files on my computer so I use *.mp3 to find all instances.