REM Start the Simulator System with the practice script REM Assumes Apache webserver is running on mapped drive W: REM Delete any existing CADcomments.log del w:\webapps\dynamicdata\CADcomments.log REM Start the CAD server cd .. start java -DPROP_FILE=cad_server_practice.properties -jar deploy/CADserver.jar REM sleep for 5 seconds TIMEOUT /T 5 REM Start the Simulation Manager start java -jar deploy/SimManager.jar practice_script_2016.xml REM sleep for 5 seconds TIMEOUT /T 5 REM Launch a browser with our webapps "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" webapps.tmcsim/einotebook webapps.tmcsim/cptms webapps.tmcsim/unifiedlogmonitor.html