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.
I'm trying to extract some information from a .log file. But there are new log files each time this certain software opens. So I'm trying to find a way to just get some of the information from that newest .log file stored in a log folder. They're named "server-2009-07-22.log" for example, but there could be multiple each day, just adding a _2 or _3 etc. at the end... Any ideas? I've learned a lot from this website, so I decided to start here.
Summary: I am trying to write a batch file that appends to a secondary log file from a log file that is being written by the system The system is generating a log.txt file situated at c:\temp\log.txt I want al...