Index: trunk/bin/systemstart_dev_practice_session.bat
===================================================================
--- trunk/bin/systemstart_dev_practice_session.bat	(revision 410)
+++ trunk/bin/systemstart_dev_practice_session.bat	(revision 514)
@@ -1,21 +1,34 @@
 REM Start the Simulator System with the practice script
 
+# Delete any existing CADcomments.log
+del ..\webapps\dynamicdata\CADcomments.log
+
 REM Start the webserver
-cd ..\webapps
-start C:\Python27\python -m CGIHTTPServer 80
+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\practice_script_2016.xml webapps\dynamicdata\incident_script.xml
 
 REM Start the CAD server
-start java -DPROP_FILE=cad_simulator_practice.properties -jar deploy/CADserver.jar
+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
-start java -jar deploy/SimManager.jar practice_script_2016.xml
+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
