Windows search of file content

1

I found out that I have to activate the search or file content in the Window7 search settings.

Now, the content in .html files or Docs is found, but not in my code files (for example the stuff in the Matlab .m files). Is there a way to show windows that .m files contain ASCII-content and should be used in the content search? Cheers!

eactor

Posted 2012-03-06T11:30:00.777

Reputation: 279

1grepWin can be a nice helper in these situations. – Der Hochstapler – 2012-03-06T12:26:34.267

Answers

2

Windows has a default list of files that are indexed as text (ASCII). .m isn't on that list, but you can add it. (File Types tab in the Advanced Options dialog from the Indexing Options Control Panel)

MSalters

Posted 2012-03-06T11:30:00.777

Reputation: 7 587

In the German Versin it is on the rigth hand side in the controll panal of (it wasn't even found by the search): Systemsteuerung\Alle Systemsteuerungselemente\Leistungsinformationen und -tools – eactor – 2012-03-13T09:45:49.320

Run > "control.exe srchadmin.dll" should work regardless of language – MSalters – 2012-03-13T10:48:20.380

0

Try Agent Ransack it'll search all file types, really useful for code searching.

snowdude

Posted 2012-03-06T11:30:00.777

Reputation: 2 560