Search found 3 matches

by larss
30 Oct 2012 05:25
Forum: DOS Batch Forum
Topic: Copying lines from multiple logfiles, based on line content
Replies: 9
Views: 5532

Re: Copying lines from multiple logfiles, based on line cont

If you keep the old log files and are starting a new one, what are you copying into the new one? I want to copy all the lines between 08.00 and 09.00 hours into a new log file. I want to do this for all inteval, so one new file between 09.00-10.00 hours and so on... In the old files lines that are ...
by larss
30 Oct 2012 04:48
Forum: DOS Batch Forum
Topic: Copying lines from multiple logfiles, based on line content
Replies: 9
Views: 5532

Re: Copying lines from multiple logfiles, based on line cont

I want to start create a new log file. One log file for the time between 07-08 hours, one between 08-09 hours, etc.
The old log files should remain the same, just copy the lines into the new ones.
by larss
30 Oct 2012 04:27
Forum: DOS Batch Forum
Topic: Copying lines from multiple logfiles, based on line content
Replies: 9
Views: 5532

Copying lines from multiple logfiles, based on line content

I have multiple log files of 10mb each. The content of the log files always look like this: 06.09.2012, 21:36:02:83: xxxxx yyyyyy zzz 06.09.2012, 21:36:02:84: xx yyy zzz 06.09.2012, 21:36:05:24: xxxxxxxxx yyyyyyyyyy zzzz The log files are in the same folder and have the following names File01.log, F...