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 .. REM copy /y scripts\system_test_script.xml webapps\dynamicdata\incident_script.xml REM Start the CAD server start java -DPROP_FILE=cad_server_systest.properties -jar deploy/CADserver.jar REM sleep for 3 seconds TIMEOUT /T 3 REM Start the Simulation Manager start java -jar deploy/SimManager.jar system_test_script.xml REM sleep for 2 seconds TIMEOUT /T 2 REM Start the unified logger start python deploy/unifiedlogger.zip REM sleep for 2 seconds TIMEOUT /T 2 REM Launch a browser with our webapps "C:\Program Files\Mozilla Firefox\firefox.exe" localhost:80/einotebook localhost:80/cptms localhost:80/unifiedlogmonitor.html