diff --git a/Spring.build b/Spring.build
index 9f2977bb..847e1747 100644
--- a/Spring.build
+++ b/Spring.build
@@ -99,6 +99,10 @@ Commandline Examples:
-->
+
@@ -1504,7 +1508,7 @@ Commandline Examples:
-
+
@@ -1513,7 +1517,32 @@ Commandline Examples:
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/copy-files-to-package-dir.cmd b/copy-files-to-package-dir.cmd
new file mode 100644
index 00000000..560b01e0
--- /dev/null
+++ b/copy-files-to-package-dir.cmd
@@ -0,0 +1,23 @@
+@echo off
+@echo .
+@echo ..
+@echo ...
+@echo Running full Build Script, capturing output to buildlog.txt file...
+@echo Start Time: %time%
+build-support\tools\nant\bin\nant package-release-files -f:spring.build -D:project.build.sign=true -D:mstest.exe="c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\mstest.exe" -D:package.version=1.3.1 -D:vs-net.mstest.bin.dir="c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE" > buildlog.txt
+@echo .
+@echo ..
+@echo ...
+@echo Launching text file viewer to display buildlog.txt contents...
+start "ignored but required placeholder window title argument" buildlog.txt
+@echo .
+@echo ..
+@echo ...
+@echo ************************
+@echo Build Complete!
+@echo ************************
+@echo End Time: %time%
+@echo
+
+
+