I want to search for a string in files which end with .asp, .config, and .txt. In other words I want to query asp, web.config, or text files for that particular string.
I found that the /G switch doesn't do the trick.
feedback
|