source: tmcsimulator/trunk/bin/systemstart_full_session.bat @ 384

Revision 384, 580 bytes checked in by jdalbey, 7 years ago (diff)

Add a bin folder and scripts for Unix and Windows to launch the simulator with either full or practice scripts

  • Property svn:executable set to *
Line 
1REM Start the Simulator System with the full incident script
2
3REM Start the webserver
4cd ..
5cd webapps & start C:\Python27\python -m CGIHTTPServer 80
6
7REM Copy the desired incident script to the web directory so it
8REM is available for the EInotebook. 
9cd ..
10copy /y scripts\full_script_2016.xml webapps\dynamicdata\incident_script.xml
11
12REM Start the CAD server
13start java -jar deploy\CADserver.jar
14
15REM sleep for 5 seconds
16TIMEOUT /T 5
17
18REM Start the Simulation Manager and load the full script
19start java -jar deploy\SimManager.jar full_script_2016.xml
20
21
Note: See TracBrowser for help on using the repository browser.