XP Search Files and Folder - Text in VB file not finding

J

jim

Weird problem, I'm using Search to find files of code I
wrote, looking for a text phrase contained in it. It will
not look in any of the VB files, but if I change the
extention to txt, it works fine (AND YES IT IS SET TO LOOK
AT ALL FILE TYPES)

Any suggestions other than reverting back to windows 98...
 
J

Jim

Wes

Thanks, I tried download.com to find something simple
as a solutions, but nothing worth it..

Thanks
Jim
-----Original Message-----
[[Agent Ransack is a free tool for finding files and information on your
hard drive fast and efficiently. When searching the contents of files Agent
Ransack displays the text found so you can quickly browse the results
without having to separately open each file!]]
http://www.mythicsoft.com/agentransack/download.aspx

--
Hope this helps. Let us know.
Wes

In jim <[email protected]> hunted and pecked:
Weird problem, I'm using Search to find files of code I
wrote, looking for a text phrase contained in it. It will
not look in any of the VB files, but if I change the
extention to txt, it works fine (AND YES IT IS SET TO LOOK
AT ALL FILE TYPES)

Any suggestions other than reverting back to windows
98...

.
 
W

Wesley Vogel

Jim,

:)

--
Hope this helps. Let us know.
Wes

In
Jim said:
Wes

Thanks, I tried download.com to find something simple
as a solutions, but nothing worth it..

Thanks
Jim
-----Original Message-----
[[Agent Ransack is a free tool for finding files and information on
your hard drive fast and efficiently. When searching the contents of
files Agent Ransack displays the text found so you can quickly
browse the results without having to separately open each file!]]
http://www.mythicsoft.com/agentransack/download.aspx

--
Hope this helps. Let us know.
Wes

In jim <[email protected]> hunted and pecked:
Weird problem, I'm using Search to find files of code I
wrote, looking for a text phrase contained in it. It will
not look in any of the VB files, but if I change the
extention to txt, it works fine (AND YES IT IS SET TO LOOK
AT ALL FILE TYPES)

Any suggestions other than reverting back to windows 98...

.
 
A

Alex Nichol

jim said:
Weird problem, I'm using Search to find files of code I
wrote, looking for a text phrase contained in it. It will
not look in any of the VB files, but if I change the
extention to txt, it works fine

It only searches for text in a very limited number of types - they must
either have registry entries saying they are pure Text (.TXT and not
much else) or have known 'filters' to handle embedded format controls,
so that Search can avoid being confused by thinking those are characters
in 16 bit Unicode (eg .doc, .htm). You can add an additional type as
pure text provided you know that it *is* that, and that it does not
already have a 'PersistentHandler' in the registry. Unfortunately VBS
does have one of its own, so the patch would probably have adverse side
effects. Get third party search software, such as the free and widely
recommended Agent Ransack - www.agentransack.com
 

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