search a folder of .fmb files

W

Wayne

I need to search a folder of .fmb files to see if they have a certain phrase.
(These are Oracle forms, and NO, Oracle is no help.)

When I click the Search button on Windows Explorer to find a string, it
comes up empty. When I open one of these .fmb files in Notepad, it does have
this text string.

Can anyone help me here?

Thanks,
Wayne
 
R

Randem

You have to change a registry entry to accomplish
this. The entry is in the file association entry. Open the file
association for the extention you want to search and add the "Content Type"
with a REG_SZ of text/plain. I believe that will do it.

You can create a .reg file for this also

REGEDIT4

[HKEY_CLASSES_ROOT\.YOUREXTENTION]
@="txtfile"
"PerceivedType"="text"
"Content Type"="text/plain"

This will add to the entry and then windows search will search it for text
entries.



--
Randem Systems
Your Installation Specialist
The Top Inno Setup Script Generator
http://www.randem.com/innoscript.html
http://www.rndem.com/installerproblems.html
http://www.randem.com/vistainstalls.html
http://www.financialtrainingservices.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top