I am starting to research a large body of VB script written by a former
employee, and I need to solve a problem I have simply worked around before,
i.e., searching all the scripts in a project for a specified character
string, e.g., "blnCustFound". When I attempt such a project-wide search in VS
2003, it seems to work, but the search for each hit takes literally 5 - 10
minutes, even if the next hit is three lines away from the last one. At this
rate, it would take days to work my way through the entire project. I have
also tried logging on to the Web server and using the Search function in
Windows Explorer; this used to work for me in W2K Server, but since we
upgraded to W2K3, the search never finds any hits, even on strings that I
know for a fact are found in many files in the search path. Any suggestions
are greatly appreciated.
Paul Shapiro - 14 Jul 2007 13:05 GMT
If your project is integrated into SourceSafe or some other sourcecode
control you could perform the search in the source code control.
>I am starting to research a large body of VB script written by a former
> employee, and I need to solve a problem I have simply worked around
[quoted text clipped - 12 lines]
> suggestions
> are greatly appreciated.
Steve B. - 16 Jul 2007 15:16 GMT
Paul -
Thanks for the suggestion. Unfortunately, we are not using a separate
source-control package. For the time being, I have installed a shareware
package called Text Filterer and gotten it to work, although it is not
approved for use on W2K3 and has some problems in that environment. Can
anyone recommend any other full-text-search packages for Windows XP and W2K3?
Thanks again... SB