REM Start the Simulator System with the system test script REM Start the webserver 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\system_test_script.xml webapps\dynamicdata\incident_script.xml REM Start the CAD server start java -DPROP_FILE=cad_simulator_systest.properties -jar deploy/CADserver.jar REM sleep for 5 seconds TIMEOUT /T 5 REM Start the Simulation Manager start java -jar deploy/SimManager.jar system_test_script.xml