XP "SEARCH" does not "FIND"

R

rick

Windows XP Professional
program flaw - windows xp pro sp1 (with updates through
03/25/2004 applied)

"SEARCH" within Windows XP fails to find numerical
sequence (66031065, *66031065, *66031065*) within text
document.

Similar "FIND" requests within Win 95 and Win 98se have
always been successful on these files.

I spoke with one of the authors of the documents to be
searched and he suggested that perhaps XP does not search
the binary code in the same way that 95 and 98 does.

Please advise how to correct XP to "FIND" my files.

thank you.
rav53(removethisnospam)[email protected]
 
M

Michael Burk [MSFT]

From a command prompt, you could also use findstr /pis "66031065" *
in the directory that you want to recursively search under.

--
Michael Burk

Longhorn Shell
http://msdn.microsoft.com/longhorn
----===========================----

This posting is provided "AS IS" with no warranties, and confers no rights.
 
A

Alex Nichol

rick said:
Windows XP Professional
program flaw - windows xp pro sp1 (with updates through
03/25/2004 applied)

"SEARCH" within Windows XP fails to find numerical
sequence (66031065, *66031065, *66031065*) within text
document.

Similar "FIND" requests within Win 95 and Win 98se have
always been successful on these files.


I suspect this is invoking a part of explorer that also handles sorting,
treating sequences of digits as if they were numeric entities. That had
a bug when the numbers were too big - up in that sort of range; it was
corrected in XP SP1 IIRC
 

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

Similar Threads


Top