I'd like to be able to have the Search->Files... look in all directories
for all types of files without limitation. I remember seeing a post a
while back on how to fix this, but I can't find it.
Anyone with the answer ??
Thanks In Advance.
Joel Katzman
TCM Inc.
hth
--
Ricardo M. Urbano
Microsoft Windows 2000/NT MVP
Bob I.
"J N Katzman-TCM" <JNKa...@TCMIntegratedSystems.com> wrote in message
news:3D1357EF...@TCMIntegratedSystems.com...
Hate to say it, but my search worked. In Explorer, I highlighted C:\,
hit F3, and searched for files containing some text that I knew was in
an .ini file in my WINNT folder. About an hour later, sure enough it
came up in the results window. Must be something about your Explorer
view settings.
If you're not convinced, do it at the command prompt, which is easier
anyway rather than undoing all the stupid default Explorer view
settings:
C:\>findstr /l /s /i /m "stringyouaresearchingfor" c:\*.*
/l=literal search instead of using regular expressions
/s=recurse through all subdirectories
/i=case insensitive search
/m=show only fully qualified path to found files
do include the quotes around the search text.
gl!
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q309173
But as this article explicitly states not in Windows 2000. Or shouldn't anyway.
--
George Hester
_________________________________
"Ricardo M. Urbano - W2K/NT4 MVP" <rm...@columbiaSPAM.SUCKSedu> wrote in message
news:3D13B26D...@columbiaSPAM.SUCKSedu...
I posted a message similar to this just recently. My Search->Files
doesn't search all directories either.
Best of luck,
Tyson
J N Katzman-TCM <JNKa...@TCMIntegratedSystems.com> wrote in message news:<3D122167...@TCMIntegratedSystems.com>...
Glad (I think) to see you have the same issue. I've enabled all advanced searcg options, don't hide system/hidden/etc files.
Just to be sure it's the same problem:
Do dir c:\file.xxx /s finds all copies of a file in all folders, including subs off of c:\winnt.
Search-files- file.xxx (all subs) does not find the file in any subdirectory off of c:\winnt.
Search-files file.xxx (while pointing to the C:\winnt directory) then all files are found in winnt and all subdirs off of
winnt.
Thanks,
Joel
Thanks for the tip. Is there a solution like this to the Start/Search option?
Thanks again,
Tyson
J N Katzman-TCM <JNKa...@TCMIntegratedSystems.com> wrote in message news:<3D172B3F...@TCMIntegratedSystems.com>...