Re: Win XP Search not finding anything!

From: David Candy (david_at_mvps.org)
Date: 09/02/04


Date: Fri, 3 Sep 2004 03:58:02 +1000

Also note that stupid searching in previous versions of windows does not find ALL text in a file.

Type regedit in Start Run, navigate to
HKEY_CLASSES_ROOT\.txt\PersistentHandler

Copy what's there and put it in your program's extension. Again that won't find all text but will find the same text that previous versions would find. Findstr won't either.

I use a script that searches for unicode or ansi text. 98 won't find unicode text in non unicode files. In XP most text is unicode.

-- 
----------------------------------------------------------
http://www.newmatilda.com/home/default.asp
"M Skabialka" <mskabialka@NOSPAMdrc.com> wrote in message news:uQPsJTRkEHA.3988@tk2msftngp13.phx.gbl...
> The part that says: "Don't tell me what I want to do, ask me what I want to 
> do!" was not directed to you but to Windows XP itself and the Microsoft 
> designers who think they know more about what I want to do than what I 
> really want to do.
> 
> I don't find it even the slight bit unreasonable to be able to search for 
> text within any file.
> In fact, I have this morning found a function in the command window which 
> does precisely that, but I hate working in basically a DOS environment when 
> I have Windows XP.
> 
> c:\>findstr /s /i /m scroll *.mdb > findscroll.txt
> 
> My apologies for curdling your sensibilities.
> 
> Mich
> 
> "David Candy" <david@mvps.org> wrote in message 
> news:upE3npQkEHA.1040@TK2MSFTNGP10.phx.gbl...
> Ask stupid people like yourself.
> 
> -- 
> ----------------------------------------------------------
> http://www.newmatilda.com/home/default.asp
> "M Skabialka" <mskabialka@NOSPAMdrc.com> wrote in message 
> news:ebO4MaQkEHA.3608@TK2MSFTNGP09.phx.gbl...
> > This is not smart searching, it's really, really stupid!  Don't tell me 
> > what
> > I want to do, ask me what I want to do!
> >
> > So how can I do a REAL search and find what I need?
> >
> > Thanks,
> > Mich
> >
> > "David Candy" <david@mvps.org> wrote in message
> > news:egNjQPQkEHA.3848@tk2msftngp13.phx.gbl...
> > Because people normally search for Data. So XP searches for user data. 
> > Code
> > is not user data. Searching google for <html> won't find every web page in
> > google's database cause google, like XP, searches content not binary
> > structure.
> >
> > It's smart searching.
> >
> > -- 
> > ----------------------------------------------------------
> > http://www.newmatilda.com/home/default.asp
> > "M Skabialka" <mskabialka@NOSPAMdrc.com> wrote in message
> > news:OqNM16PkEHA.1356@TK2MSFTNGP09.phx.gbl...
> > > I was trying to find a form in an Access database that had code I wanted
> > > to
> > > reuse.  So using Windows XP I did a search on all of my databases on the
> > > computer:
> > >
> > > filename: *.mdb
> > > A word or phrase in the file: scroll
> > > Look in: My Computer
> > >
> > > Search didn't find it, so I tried another word, then tried "sub" which
> > > appears multiple times in every database.
> > >
> > > In no case did the search find any files.
> > > My search options include:
> > > Search system folders
> > > Search hidden fiels and folders
> > > Search subfolders
> > >
> > > No date or size restrictions....
> > >
> > > I could do this in Windows98, in fact I just went to my old PC with some
> > > of
> > > the same databases and did a search, and found databases based on seach
> > > words.
> > > Why can't I find these access .mdb files based on words in them using
> > > Windows XP search?
> > >
> > > Thanks,
> > > Mich
> > >
> > >
> >
> > 
> 
> 


Relevant Pages

  • Re: Win XP Search not finding anything!
    ... OK, now I fell stupid! ... Also note that stupid searching in previous versions of windows does not ... I use a script that searches for unicode or ansi text. ... >>> I was trying to find a form in an Access database that had code I ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: Win XP Search not finding anything!
    ... > OK, now I fell stupid! ... > I use a script that searches for unicode or ansi text. ... was not directed to you but to Windows XP itself and the Microsoft ... >>> This is not smart searching, it's really, really stupid! ...
    (microsoft.public.windowsxp.help_and_support)
  • SourceForge.net Sitewide Update: Jan 26th, 2005 (fwd)
    ... I just returned from an enjoyable Open Source conference in Hawaii ... open sourced the database under the name Derby. ... The CVS client SF.net staff recommend for MS Windows users is ... priority technical support. ...
    (comp.os.linux.announce)
  • ANSI and UNICODE Conversion Problem with ODBC on Windows 98/Me
    ... Windows 2000/XP. ... The database with the stuff in thai and german is an MDB ... UNICODE internaly, ... add and retrieve data from the database. ...
    (microsoft.public.data.odbc)
  • Re: Is this possible??
    ... I understand Windows security but since I've not seen A2007 live, ... The backend is on the server in it's own file. ... database, but everyone does not need to have access to tblwage which is ...
    (microsoft.public.access.tablesdbdesign)

Loading