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.
Search Exact string in bat file
Name: chluk2425 Date: February 20, 2009 at 09:42:22 Pacific OS: Windows XP CPU/Ram: 3.8GHz / 3326 MB Subcategory: Batch
Comment:
hi, i want to make a bat file which will search through the text file, and find a particular word, eg bend but in my text file, there is another word called: bending which i don't want it to be found
is the a way to make the batch file to search only bend, and return sth, but not bending?
Summary: What does it mean? I have a file which contains the name of various SQL scripts, like... T1.sql; inside these sql scripts i have a commit statement Do you mean that the file contains nothing but the ...
Summary: 1. yes, i think it's possible using find.exe, but it will impact on the performance severely when replacing string in large file. 2. use for loop in list of strings eg. set list=this is a list ...