Correct batch file build script
description
from: dalehirt
Tue at 9:47 AM
Please note that when running BuildAdventureWorks.cmd under Vista, you need to run the command prompt elevated.
Also, I replaced all instances of:
IF "%_databasename%"<>"" GOTO Exit
with:
IF not "%_databasename%"=="" GOTO Exit
as it kept erroring out.