Project Description
The BizTalk 2006 (r2 also) is a commandline utility which you can use to stop, start and restart BizTalk applications. It's also possible to stop all running instances for a particular application
Commandline reference
Usage:
For stopping an application
BtsAppUtil.exe stop applicationname:<BizTalkApplication> terminateall
terminateall is optional, it will stop all running instances within the BizTalk application
For starting an application
BtsAppUtil.exe start applicationname:<BizTalkApplication>
This utility will only run on the BizTalk server itself. The program will use the registry or WMI do determine were the BizTalk SQL Database is.
In a next version it'll be an option to give the database as an optional parameter.