Search found 3 matches

by tL_betheal
28 Jun 2012 16:41
Forum: DOS Batch Forum
Topic: Find/Replace Loops Help
Replies: 7
Views: 3818

Re: Find/Replace Loops Help

I just completed it using a little bit of what you gave me, some more tweaking, more FOR loops, and some research on how to get rid of double quotes with delimiters. I have completed my script and it works wonderful. Thank you for the guidance.
by tL_betheal
28 Jun 2012 15:03
Forum: DOS Batch Forum
Topic: Find/Replace Loops Help
Replies: 7
Views: 3818

Re: Find/Replace Loops Help

The log file looks like this: AC01012011 value="log1.txt" AC01022011 value="log2.txt" AC01032011 value="log3.txt" AC01042011 value="log4.txt" AC01052011 value="log5.txt" AC01062011 value="log6.txt" This is only a small portion, as this cont...
by tL_betheal
28 Jun 2012 14:18
Forum: DOS Batch Forum
Topic: Find/Replace Loops Help
Replies: 7
Views: 3818

Find/Replace Loops Help

I have a log file that is giving me results, line by line, similar to the one listed below: AC01012011 value="log1.txt" This continues with different dates and different log files for several thousands of lines. I'd like to set a FOR loop that views the text file, but deletes everything be...