Changeset 679 in tmcsimulator for trunk/bin/postsession_logmerge.bat


Ignore:
Timestamp:
09/26/2022 05:03:29 PM (4 years ago)
Author:
jdalbey
Message:

Update scripts and bat files to use config/devlinux files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/postsession_logmerge.bat

    r675 r679  
    1212 
    1313REM 2. Define a variable for the directory containing the data files 
    14 set dir="webapps\dynamicdata" 
     14REM dir="webapps\dynamicdata" 
     15set dir="w:\webapps\dynamicdata" 
    1516 
    1617REM 3. Merge the unified log with cad details and evaluation ratings 
     
    2223REM 4. Next, launch the webserver and browse to localhost:8080/sessionlogdisplay.html  
    2324REM    to show a nicely formatted version of the results. 
    24 "C:\Program Files\Mozilla Firefox\firefox.exe"  localhost:80/sessionlogdisplay.html  & 
    25  
     25"C:\Program Files (x86)\Mozilla Firefox\firefox.exe"  webapps.tmcsim/sessionlogdisplay.html  & 
     26REM "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"  localhost:8080/sessionlogdisplay.html  & 
Note: See TracChangeset for help on using the changeset viewer.