Is there a way to export the baseline file .pt and the .gif file of the results using the script? In my current script I have it exporting the HTML, CSV, TESTF files and they are all good but I was wondering if there was a way to export the .pt file. At some point I would like to import them and compair them all with your nice bar graph.
EXPORTHTML "C:\baseline\results.html"
EXPORTCSV "C:\baseline\results.csv"
EXPORTTEXTF "C:\baseline\resultsF.txt"
EXPORTHTML "C:\baseline\results.html"
EXPORTCSV "C:\baseline\results.csv"
EXPORTTEXTF "C:\baseline\resultsF.txt"
Comment