Modified InstallMIP.cmd to halt with error message if invalid data load requested.

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@16907 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
andrew.hardy
2010-03-25 16:35:59 +00:00
parent a94562afc6
commit bd1afd4652
2 changed files with 14 additions and 3 deletions

View File

@@ -41,6 +41,14 @@ if "%6"=="live" goto :live
if "%6"=="train" goto :train
if "%6"=="dev" goto :bulkload
@echo *****************************
@echo *****************************
@echo ** Unexpected value: %6
@echo ** Build is incomplete
@echo *****************************
@echo *****************************
goto :done
:demo
@echo Demo