Changeset 638 in tmcsimulator for trunk/webapps/mergelogs.bat


Ignore:
Timestamp:
03/08/2021 01:26:46 PM (5 years ago)
Author:
jdalbey
Message:

mergelogs updated to be run from webapps folder and to include LCS samplelogfile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/webapps/mergelogs.bat

    r554 r638  
    77set dir="webapps\dynamicdata" 
    88REM 2. Merge the unified log with cad details and evaluation ratings 
    9 type %dir%\unifiedlog.csv %dir%\caddetails.csv %dir%\ratings.csv | sort > %dir%\unifiedlog_final.csv 
     9type %dir%\unifiedlog.csv %dir%\caddetails.csv %dir%\evalratings.csv w:\web2py\samplelogfile.txt | sort > %dir%\unifiedlog_final.csv 
    1010 
Note: See TracChangeset for help on using the changeset viewer.