Re: What is a good tool to search for files/text?

From: jerry s (js_at_spam.com)
Date: 04/05/04


Date: Mon, 5 Apr 2004 15:08:25 -0700


--
In your sample (via the command line search script), the search engine only
looks for "html" matches.  For example, it found text that have *.html (such
as web addresses).
My sample:
I changed the path in my cmd prompt:
c:\program files\document and settings\<user>\my documents\
  for /r  %A in (*.*) do find /n "EditPad" "%A"&&pause
The result:
It found text files that contains an web-address of "...EditPadLite.com".
However, in a text file that don't have a web-address, but contain the word
"EditPad", it did "not" listed as a match.
Also, the command prompt search disregards WinZip files (*.zip). I have
"thousands of files" and if I need to look up a document that talks about
"EditPad" (without a web address in it), my result is zero.
Side notes:
I think a lot of Users want things that are simple.  Perhaps, a User may
post his comments (with "attitude" as seen in the original poster of this
thread) may due to his frustrations, as opposed for his intent to offend the
volunteers of this forum.  Personally, I look directly at a poster's
question (or his intent) and ignore all his "frustrated add-on remarks".
--
---------------
"David Candy" <david@mvps.org> wrote in message
news:%231fuzA1GEHA.1180@TK2MSFTNGP09.phx.gbl...
It actually to stop irrelevent hits.
EG If you're a bridge designer you may deal with spans. But span is also a
html keyword. If this user searches for span they will find nearly every
html document on their computer (in a 95 search), none will be relevent. XP
searches for user data not formatting or other internal binary data.
Best way to think of it is like google. Google does the same things.
And like google it can do summaries of pages. XP also supports metadata
searching (eh pictures 640 px wide).
You can always use a command prompt
for /r c:\ %A in (*.*) do find /n "XP" "%A"&&pause
Which searches all files for XP, displaying results and waiting on each file
with the term found.
-- 
----------------------------------------------------------
http://www.g2mil.com/Dec2003.htm
"jerry s" <js@spam.com> wrote in message
news:ubl1910GEHA.3068@TK2MSFTNGP11.phx.gbl...
> --
> I understand the XP team designed it that way.  I believe one rationale
> behind that design is to "limit" the number of hits. The XP design team
> assumes many of the results would be unrelated to the User's query.
>
> The trade off for this scheme is the OS will also omit legit matches.
>
> I prefer that opposit theory.  Let the OS do the shotgun approach. Look
for
> all matches, then let the User "refine" the query by his/her filter
> criterias.
> --
> --------------
> "David Candy" <david@mvps.org> wrote in message
> news:e4rf9a0GEHA.704@tk2msftngp13.phx.gbl...
> It has no problems. It works exactly as designed.
> -- 
> ----------------------------------------------------------
> http://www.g2mil.com/Dec2003.htm
> "jerry s" <js@spam.com> wrote in message
> news:u5gnDY0GEHA.4012@TK2MSFTNGP09.phx.gbl...
>
> Unfortunately, Win XP's search for "text" engine has some problems with
> some filter components that ignores certain "text" words or phrases.  You
may
> need to register some of the filter components.
>
> To answer your question, there is an alternative utility that can do
> searches for "text" as in all previous versions of Windows.
>
> It's called  Salamander File Manager.
>
>     http://www.altap.cz/download.html#salrel
>
>  Look for version 1.52 (free version).
> --
> --------------
> "P. Burrows" <me@privacy.net> wrote in message
> news:MPG.1adbb1b2e51d5636989bbe@news.usenetserver.com...
>
> I was seaching for some text in a file and the windows (lame) find
> files/text system didn't list any files? Then i opened some at random in
> an editor and found the file i was looking for. It was there, in the
> directories i had searched - but still their find function didn't show
> anything (why am i not surprised)
>
> Can anyone suggest a good replacement for it?
>


Relevant Pages

  • Re: Is Publisher 2003 an effective way of creating and managing a
    ... Why is it bad to use these programs to produce proprietary html code, ... for years -- until Firefox came along. ... Web designers of the world, who were expected to design separate sites ... Word and Publisher are primarily programs for print ...
    (microsoft.public.publisher.webdesign)
  • Re: OT- building a lightwave website
    ... directly to people who use HTML, flash,dreamweaver,inDesign etc everyday. ... Im assuming that you are more of the design angle. ... In programming, it either works or it doesnt, ... figure out how to convert it into a website. ...
    (comp.graphics.apps.lightwave)
  • Re: Is Publisher 2003 an effective way of creating and managing a
    ... Thanks for your thoughts, David. ... Word and Publisher are primarily programs for print ... html...there is no html equivalent. ... and require two different mindsets and design approaches. ...
    (microsoft.public.publisher.webdesign)
  • Re: programming job market in bay area in US
    ... should spend the effort to apply for it and bug the advertiser for a ... Be capable of providing UI design AND implementation ... Lisp and Java are much ... Design and developing of front-end using HTML, ...
    (comp.programming)
  • Re: band websites
    ... HTML reference book and another book on CSS style sheets and HTML. ... weekends working on a web site. ... The overall design is fine but you have some technical issues... ... Don't resize large images to smaller dimensions using HTML. ...
    (alt.guitar)

Loading