Visual Studio 2008 lets me declare a command and attach it to the post-build event for a project. Like a lot of developers, I use it regularly to xcopy files to the applicat
Just prefix "call " to your batch script. So that statements below the Batch script is also executed after returning the call from batch script.
call Script1.cmd call Script2.bat