Searching for text on XP

  • Thread starter Thread starter Jack
  • Start date Start date
J

Jack

Hello,
I generally would use the searching facility of Windows Explorer, however
when it searches for a string like this setObject(const ...); where
setObject is the key. This string would never come up. So I'd like to know
if there is a better searching solution for me? (any other software except
windows explorer that is free to download)
Thanks
Jack
 
Jack said:
Hello,
I generally would use the searching facility of Windows Explorer,
however when it searches for a string like this setObject(const ...);
where setObject is the key. This string would never come up. So I'd
like to know if there is a better searching solution for me? (any
other software except windows explorer that is free to download)
Thanks
Jack

I put Agent Ransack (free) on all my XP machines.
http://www.mythicsoft.com/agentransack/

Malke
 
Jack said:
Hello,
I generally would use the searching facility of Windows Explorer, however
when it searches for a string like this setObject(const ...); where
setObject is the key. This string would never come up. So I'd like to know
if there is a better searching solution for me? (any other software except
windows explorer that is free to download)

Check the findstr command-line tool. Open a command console ("DOS
box") and type "findstr /?" for all the gory details. It will search
through subdirectories, can use regular expressions, etc, etc...
 
Back
Top