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.
findstr within findstr using batch
Name: cyoulater Date: December 14, 2007 at 04:44:52 Pacific OS: XP CPU/Ram: 512 Product: Dell
Comment:
Hello, I am new to batch programing and do not know how to program the following scenario. Any help would be great.
I want to search a .txt called API.log for a string named "<TrdCaptRptReq". Once it finds all the lines containing this string, I want to store it and then search for the following two strings: ReqTyp="1" and SubReqTyp="0". Only if both searchs are successful, do I want to display a Successful test mesasge. Otherwise, it should display "Test Failed"
Summary: Hi, I need help on how to write a script using batch to search for a particular file ext ie *.mp3 or *.jpg and save the particular file on a new created folder? ...
Summary: Hi, From a folder i should print all the filenames with its directory name only once. how I can it using batch script. say these are file names: D:\Ant\latest\Updated2\html.txt D:\Ant\latest\Update...
Summary: Hi, I have to rename all the files in a particular folder using Batch programming. I am able to rename it only one file and the other files gets ignored. Could some one help me with the code ? FOR...