Index: trunk/bin/systemstart_dev_full_session.bat
===================================================================
--- trunk/bin/systemstart_dev_full_session.bat	(revision 410)
+++ trunk/bin/systemstart_dev_full_session.bat	(revision 514)
@@ -1,3 +1,6 @@
 REM Start the Simulator System with the full incident script
+
+# Delete any existing CADcomments.log
+del ../webapps/dynamicdata/CADcomments.log
 
 REM Start the webserver
@@ -5,11 +8,8 @@
 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\full_script_2016.xml webapps\dynamicdata\incident_script.xml
 
 REM Start the CAD server
-start java -jar deploy\CADserver.jar
+cd ..
+start java -DCONFIG_DIR=config/dev -jar deploy\CADserver.jar
 
 REM sleep for 5 seconds
@@ -19,3 +19,16 @@
 start java -jar deploy\SimManager.jar full_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
