REM Start the Simulator System with the full incident script REM Start the webserver cd .. cd webapps & start C:\Python27\python -m CGIHTTPServer 80 REM Copy the desired incident script to the web directory so it REM is available for the EInotebook. cd .. copy /y scripts\full_script_2016.xml webapps\dynamicdata\incident_script.xml REM Start the CAD server start java -jar deploy\CADserver.jar REM sleep for 5 seconds TIMEOUT /T 5 REM Start the Simulation Manager and load the full script start java -jar deploy\SimManager.jar full_script_2016.xml