hello all i have a list of log files & wants to convert it into text files. In my case i'm able to convert single log file (input: Trace0.log output: output0.txt) using java script command...
start java -jar USB_Trace_Decoder.jar -t Trace.tr -l Trace0.log -o outputlog\output0.txt.
I have to perform the above code multiple times with change in input and output filename in each iteration. How can i do the same to get desired result