here's what i do every now and then


STEP 1. switch.to.oracle.bat
STEP 2. run unit test against Oracle db
[visual inspection on NUnit user interface after to make sure things are okay]
STEP 3. switch.to.mysql.bat
STEP 4. run unit test against MySQL
[visual inspection on NUnit user interface after to make sure things are okay]
STEP 5. switch.to.mssql.bat
STEP 6. run unit test against M$SQL
[visual inspection on NUnit user interface after to make sure things are okay]


question is, how can i automate this?