Switch to full style
Everything related to MRT tools
Post a reply

Small Tool developed for MRTLAB card/Tool users.

July 28th, 2022, 3:40

Hello friends

Small Tool developed for MRTLAB card/Tool users.
mrtlog.zip
(7.81 MiB) Downloaded 508 times


Run the tool and Read all Instruction and Details.

Thank a lot.

Re: Small Tool developed for MRTLAB card/Tool users.

July 28th, 2022, 6:19

I think you need to be more informative than that before anyone would download that file.

Re: Small Tool developed for MRTLAB card/Tool users.

July 29th, 2022, 4:46

lcoughey wrote:I think you need to be more informative than that before anyone would download that file.



Save the log file as RTF and use this file to filter
it removes all line with following string
succeeded!, Parse, reset, Timeout, Calculating, Duration, complete, skip

keeps other line and write back with new file name+-new

This file you can share with customer to tell what is not copied.

SORRY FOR NOT INFORMATIVE....

Re: Small Tool developed for MRTLAB card/Tool users.

July 29th, 2022, 6:00

Thank you reliableservice, it works ! :D

Re: Small Tool developed for MRTLAB card/Tool users.

July 29th, 2022, 6:06

reliableservice wrote:This file you can share with customer to tell what is not copied.


plus damaged files which have bad sectors.

Re: Small Tool developed for MRTLAB card/Tool users.

July 29th, 2022, 20:26

Is this essentially what the tool does (executed from CMD prompt)?

Code:
find /v /i "succeeded!" logfile | find /v /i "Parse" | find /v /i "reset" | find /v /i "Timeout" | find /v /i "Calculating" | find /v /i "Duration" | find /v /i "complete" | find /v /i "skip" > logfile_new

Re: Small Tool developed for MRTLAB card/Tool users.

July 30th, 2022, 6:43

fzabkar wrote:Is this essentially what the tool does (executed from CMD prompt)?

Code:
find /v /i "succeeded!" logfile | find /v /i "Parse" | find /v /i "reset" | find /v /i "Timeout" | find /v /i "Calculating" | find /v /i "Duration" | find /v /i "complete" | find /v /i "skip" > logfile_new


Nailed ,
I knew it was coming :lol:
Post a reply