source: tmcsimulator/trunk/bin/systemstart_production_practice_session.bat @ 514

Revision 514, 665 bytes checked in by jdalbey, 6 years ago (diff)

Add mkunifiedloggerzip.sh script

  • Property svn:executable set to *
Line 
1REM Start the Simulator System with the practice script
2REM Assumes Apache webserver is running on mapped drive W:
3
4REM Delete any existing CADcomments.log
5del w:\webapps\dynamicdata\CADcomments.log
6
7REM Start the CAD server
8cd ..
9start java -DPROP_FILE=cad_simulator_practice.properties -jar deploy/CADserver.jar
10
11REM sleep for 5 seconds
12TIMEOUT /T 5
13
14REM Start the Simulation Manager
15start java -jar deploy/SimManager.jar practice_script_2016.xml
16
17REM sleep for 5 seconds
18TIMEOUT /T 5
19
20REM Launch a browser with our webapps
21"C:\Program Files (x86)\Mozilla Firefox\firefox.exe" webapps.tmcsim/einotebook  webapps.tmcsim/cptms webapps.tmcsim/unifiedlogmonitor.html
Note: See TracBrowser for help on using the repository browser.