From 07d0fd08b3bc3d13b32d1c300b72481aafc3dbf4 Mon Sep 17 00:00:00 2001 From: sbohlen Date: Mon, 20 Sep 2010 19:48:37 +0000 Subject: [PATCH] --- Build.cmd | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Build.cmd diff --git a/Build.cmd b/Build.cmd new file mode 100644 index 00000000..1ca10201 --- /dev/null +++ b/Build.cmd @@ -0,0 +1,18 @@ +@echo off +@echo . +@echo .. +@echo ... +@echo Running full Build Script, capturing output to buildlog.txt file... +build-support\tools\nant\bin\nant test > 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    \ No newline at end of file