Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Find files containing a rev string
Name: Hugo Date: November 17, 2003 at 14:39:48 Pacific OS: XP CPU/Ram: P4 1.5GHz/512MB
Comment:
I am trying to create a bat file that will run a search in G:\testing\temp folder. But I want it to only find .rpt files that contain the string "rev" anywhere in the name. I also need it to do this search on the subfolders that the G:\testing\temp folder has. Then to output the results in a .txt file on the C:\ drive. Does anyone know how to do something like this? Any help is appreciated.
Summary: I want to know how the find utility works in .we have exe named find that finds all the files containing a particular text. how does that work... mail back if anyone knows ...
Summary: You seem to have two questions: 1. How to check if a file contains a string? FIND "string" nul if errorlevel=1 goto notfound if not errorlevel=1 goto found 2. How to get the number of lines from a fi...
Summary: Hi, I have a directory called C:\Bankfiles. Each day this directory is populated with new .txt files. The file names are never the same since these are validation reports, and thus generated by the ...