prg files not found in explorer file search tool

Posted: 07-14-2003, 06:11 PM
When I use the built-in Windows Explorer Search tool, and
searching for a string "suom" within PRG files (*.prg),
nothing comes up. I know the string is in use in many
prg files. If I rename a file to TXT file, it comes up
found. The search tool seems to be ignoring PRG files,
but all the usual settings e.g. "show system/hidden
files", "case insensitive", etc. are set up for maximum
transparency. I even deleted the File Type PRG in
Windows for Visual Foxpro 8. Still fails. What is going
on??

prg files not found in explorer file search tool


Responses to "prg files not found in explorer file search tool"

Kelly
Guest
Posts: n/a
 
Re: prg files not found in explorer file search tool
Posted: 07-15-2003, 05:53 AM
Hi Jude,

The workaround is listed here:
http://www.kellys-korner-xp.com/xp_s.htm#searchtext

--
All the Best,
Kelly

MS-MVP Win98/XP
[AE-Windows® XP]

Troubleshooting Windows XP
http://www.kellys-korner-xp.com
http://www.kellys-korner-xp.com/xp_abc.htm
http://www.kellys-korner-xp.com/xp_tweaks.htm

Top 10 Frequently Asked Questions and Answers
http://www.kellys-korner-xp.com/top10faqs.htm


"Jude" <jude@tech3k.com> wrote in message
news:017f01c34a33$485e1a20$a401280a@phx.gbl...
> When I use the built-in Windows Explorer Search tool, and
> searching for a string "suom" within PRG files (*.prg),
> nothing comes up. I know the string is in use in many
> prg files. If I rename a file to TXT file, it comes up
> found. The search tool seems to be ignoring PRG files,
> but all the usual settings e.g. "show system/hidden
> files", "case insensitive", etc. are set up for maximum
> transparency. I even deleted the File Type PRG in
> Windows for Visual Foxpro 8. Still fails. What is going
> on??
>
Alex Nichol
Guest
Posts: n/a
 
Re: prg files not found in explorer file search tool
Posted: 07-15-2003, 04:44 PM
Jude wrote:
>When I use the built-in Windows Explorer Search tool, and
>searching for a string "suom" within PRG files (*.prg),
>nothing comes up. I know the string is in use in many
>prg files. If I rename a file to TXT file, it comes up
>found.
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. So I would *not* use this for PRG files that are mainly
binary code, but you may find it of use elsewhere.

Make the following, after - - start and before - - end into a file by
cut/paste to NotePad. Make sure there is a blank line at the end. Save
as "Patch.reg" then d-click on this file to enter it into the registry.
This is for .log - modify that for other extensions, with care.

- - start
REGEDIT4

[HKEY_CLASSES_ROOT\.log\PersistentHandler]
@="{5e941d80-bf96-11cd-b579-08002b30bfeb}"


- - end

--
Alex Nichol MS MVP (Windows Technologies)
Bournemouth, U.K. Alexn@mvps.org
 
LinkBack Thread Tools Display Modes
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista file search don't find any files d99alu@efd.lth.se Windows Vista File Management 0 01-21-2008 07:49 AM
Cannot open files found by 'Search' Jake Windows Vista File Management 0 02-21-2007 06:38 AM
Clicking on a file opens the search tool. Gary Windows XP Setup 0 09-06-2003 11:38 PM
file for search comparison is not found after window update sp1 Rich Barry Windows XP Performance & Maintenance 0 08-07-2003 12:05 AM
Search results are duplicated for every file found Rob Schneider Windows XP Basics 1 07-22-2003 02:58 PM