Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > NZ Computing > Win XP - can it search inside binary files?

Reply
Thread Tools

Win XP - can it search inside binary files?

 
 
John S.
Guest
Posts: n/a
 
      04-30-2004
Tried to use Win XP's search function to reveal the location of
the Inbox file (Outlook Express) by looking for a file containing
some text known to be in the subject line of a received email.

I'm not asking about the name and location of the Inbox.dbx file
because I found it anyway, but I'm wondering why Win XP search
function didn't locate the file. It appears to be that Win XP
search won't look inside binary files to check for text the user
is looking for.

Earlier versions of Windows will do this (ie Win 95, 98, ME).

I double-checked by putting a small .jpeg file on a floppy disk,
opened it with an editor and looked for a string of text, placed
that text into a small text file and saved that on the same
floppy disk.

Then I tried using the file finder (search) facilities on all the
versions of Windows mentioned above to look for a file in A:
containing the text string. All successfully reported both files
as containing the target text, except Win XP (which found only
the text file).

I've searched for any option in the search dialogue but can't
find any obvious switch which would allow Win XP to overcome this
apparent limitation.

To my mind it is a significant crippling of XP's search function
which makes it far less useful than those supplied with earlier
versions of Windows.

Is there something obvious I'm missing?

PS - this has nothing to do with the folder options and view
settings to display hidden files and system files etc in Windows
Explorer. Tried playing with those settings, and in any case
wouldn't expect them to apply to a .jpeg file on a floppy disk.

Cheers, John S



 
Reply With Quote
 
 
 
 
Chris Hope
Guest
Posts: n/a
 
      04-30-2004
John S. wrote:

> Tried to use Win XP's search function to reveal the location of
> the Inbox file (Outlook Express) by looking for a file containing
> some text known to be in the subject line of a received email.
>
> I'm not asking about the name and location of the Inbox.dbx file
> because I found it anyway, but I'm wondering why Win XP search
> function didn't locate the file. It appears to be that Win XP
> search won't look inside binary files to check for text the user
> is looking for.
>
> Earlier versions of Windows will do this (ie Win 95, 98, ME).


[snip]

From my experience, the search function in Win XP is pretty broken even when
searching plain text files. There have been many times when I have tried to
find text in a file and the search function didn't find it, even though I
*know* the text is in those files. I once even copied text out of one of
the files and pasted it into the search box and it still didn't find it. (I
ended up writing my own search script to check files in a particular
directory as I found it so frustrating).

Anyone else have a similar experience?

 
Reply With Quote
 
 
 
 
Max Burke
Guest
Posts: n/a
 
      04-30-2004
John S. scribbled:

> Tried to use Win XP's search function to reveal the location of
> the Inbox file (Outlook Express) by looking for a file containing
> some text known to be in the subject line of a received email.


> I'm not asking about the name and location of the Inbox.dbx file
> because I found it anyway, but I'm wondering why Win XP search
> function didn't locate the file. It appears to be that Win XP
> search won't look inside binary files to check for text the user
> is looking for.



snip.

Did you try the search option in OE itself?

It searchs all messages in the selected OE folder, or newsgroup .dbx
file....

I agree with you about the explorer search option though it's slow, and
pretty near usless.....

As to locating OE's message/file store, the easiest way to find it is in OE
itself.

Tools
Options
Maintenance
Store Folder button

--
mlvburke@#%&*.net.nz
Replace the obvious with paradise to email me.
See Found Images at:
http://homepages.paradise.net.nz/~mlvburke/

 
Reply With Quote
 
The GHOST of WOGER.
Guest
Posts: n/a
 
      04-30-2004
On Fri, 30 Apr 2004 22:10:14 +1200, "Max Burke" <mlvburke@%$%#@.nz> wrote:

>John S. scribbled:
>
>> Tried to use Win XP's search function to reveal the location of
>> the Inbox file (Outlook Express) by looking for a file containing
>> some text known to be in the subject line of a received email.

>
>> I'm not asking about the name and location of the Inbox.dbx file
>> because I found it anyway, but I'm wondering why Win XP search
>> function didn't locate the file. It appears to be that Win XP
>> search won't look inside binary files to check for text the user
>> is looking for.

>
>
>snip.
>
>Did you try the search option in OE itself?
>
>It searchs all messages in the selected OE folder, or newsgroup .dbx
>file....
>
>I agree with you about the explorer search option though it's slow, and
>pretty near usless.....
>
>As to locating OE's message/file store, the easiest way to find it is in OE
>itself.
>
>Tools
>Options
>Maintenance
>Store Folder button




Get hold of PowerDesk 5 has a very good search utile, plus some other very
good bits, its refereed as the stuff that MS left out..


 
Reply With Quote
 
Wyn
Guest
Posts: n/a
 
      04-30-2004
Max Burke wrote:
> John S. scribbled:
>
>> Tried to use Win XP's search function to reveal the location of
>> the Inbox file (Outlook Express) by looking for a file containing
>> some text known to be in the subject line of a received email.

>
>> I'm not asking about the name and location of the Inbox.dbx file
>> because I found it anyway, but I'm wondering why Win XP search
>> function didn't locate the file. It appears to be that Win XP
>> search won't look inside binary files to check for text the user
>> is looking for.

>
>
> snip.
>
> Did you try the search option in OE itself?
>
> It searchs all messages in the selected OE folder, or newsgroup .dbx
> file....
>
> I agree with you about the explorer search option though it's slow,
> and pretty near usless.....
>
> As to locating OE's message/file store, the easiest way to find it is
> in OE itself.
>
> Tools
> Options
> Maintenance
> Store Folder button


Even easier is to switch the Store Folder to a more accessible location.

Mine's just on the C: drive.



 
Reply With Quote
 
steve
Guest
Posts: n/a
 
      04-30-2004
John S. wrote:

> To my mind it is a significant crippling of XP's search function
> which makes it far less useful than those supplied with earlier
> versions of Windows.
>
> Is there something obvious I'm missing?


"grep -a" searches for text in binary files...

You can download a Windows version of the Unix/Linux command 'grep' from
here:

http://unxutils.sourceforge.net/
 
Reply With Quote
 
Howard
Guest
Posts: n/a
 
      05-01-2004
steve wrote:

>> Is there something obvious I'm missing?

>
> "grep -a" searches for text in binary files...
>
> You can download a Windows version of the Unix/Linux command 'grep'
> from here:
>
> http://unxutils.sourceforge.net/


Now thats a link worth having! I've been wanting grep for my windows box
ever since I 1st installed linux 1 year ago.


 
Reply With Quote
 
AD.
Guest
Posts: n/a
 
      05-02-2004
On Sat, 01 May 2004 19:36:47 +1200, Howard wrote:

> steve wrote:
>
>>> Is there something obvious I'm missing?

>>
>> "grep -a" searches for text in binary files...
>>
>> You can download a Windows version of the Unix/Linux command 'grep' from
>> here:
>>
>> http://unxutils.sourceforge.net/

>
> Now thats a link worth having! I've been wanting grep for my windows box
> ever since I 1st installed linux 1 year ago.


If you want lots of other unix stuff on windows, you could try either
cygwin or the latest MS Services for Unix which is now a free download.

Cheers
Anton
 
Reply With Quote
 
 
 
Reply

Thread Tools

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Binary tree search vs Binary search Bogdan C Programming 22 10-21-2010 09:46 PM
Applet to run on Win 98, Win ME, Win XP, Win Vista & Win 7 ?? Krist Java 6 05-06-2010 11:53 PM
beginner with C : quick search or binary search help needed with forand while bpascal123@googlemail.com C Programming 9 07-03-2009 08:00 PM
Help understand probems - Binary Search and Sequenital Search Timmy C++ 5 07-09-2007 02:41 PM
Binary Search to search linearizer table? Andy C Programming 1 11-25-2003 04:40 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57