guys, i have a task to analyze some log files like this one:
12:03:11 Testing Import (test #240.)
12:10:47 Testing Searches (test #241.)
12:14:39 Testing Default notifications (test #242.)
12:20:05 Testing Inventory list monitor (test #243.)
12:34:31 Testing Reports from console (test #244.)
12:40:05 Testing Users and user groups (test #245.)
12:43:33 ERROR: 1024 characters in field Name, warning not shown!
12:48:13 Testing RDE (test #246.)
and my job would be to calculate time elapsed on each test and write it to another txt file. Of course lines like this one
12:43:33 ERROR: 1024 characters in field Name, warning not shown!
should not be taken into account. So this string (test # can be taken as some kind of identifier. Preferable language is batch but I have really limited experience with it so any help would be useful. Thank you!