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