Index: trunk/bin/systemstart_systest.bat
===================================================================
--- trunk/bin/systemstart_systest.bat	(revision 663)
+++ trunk/bin/systemstart_systest.bat	(revision 669)
@@ -8,13 +8,22 @@
 REM is available for the EInotebook.  
 cd ..
-copy /y scripts\system_test_script.xml webapps\dynamicdata\incident_script.xml
+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 5 seconds
-TIMEOUT /T 5
+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
