.bat and .hta

I just modified a build .bat today, so it'll copy the test DB from the SQL2008 server, where garbage data can still be generated, to the SQL2012 instance I use for development. Got to be a real drag doing it manually.

Edit: congrats on the GOTOs. Necessary in batch files, of course - but it reminds me of when we were studying Pascal or some equally ancient language in Survey, and I made it a point to use GOTO statements as the sole mechanism for the program's flow control. Just to see if I could do it... and if the professor would let me get away with it. :D