REM Start the Simulator System with the practice script # Delete any existing CADcomments.log del ..\webapps\dynamicdata\CADcomments.log REM Start the webserver cd .. cd webapps & start C:\Python27\python -m CGIHTTPServer 80 REM Start the CAD server cd .. start java -DCONFIG_DIR=config/dev -DPROP_FILE=cad_simulator_practice.properties -jar deploy\CADserver.jar REM sleep for 5 seconds TIMEOUT /T 5 REM Start the Simulation Manager and load the practice script start java -jar deploy\SimManager.jar practice_script_2016.xml REM sleep for 5 seconds TIMEOUT /T 5 REM Start Unified Logger Service start C:\Python27\python deploy\unifiedlogger.zip REM Launch a browser with our webapps "C:\Program Files\Mozilla Firefox\firefox.exe" localhost:80/einotebook localhost:80/cptms localhost:80/unifiedlogmonitor.html REM sleep for 5 seconds TIMEOUT /T 5 REM Start the CAD client start java -jar deploy\CADclient.jar