| Don Keller 2005-04-27, 5:52 pm |
| Thank you. That looks like it will be very helpful and quick.
"Mike" wrote:
[vbcol=seagreen]
> Don,
>
> Here is a sample of a batch file. It is usually worth the test because it
> is so much faster than even doing things the way we have discussed here.
> Again, I don't know what changes take affect with this and which ones don't,
> but I usually try first.
>
> Michael
>
> Example:
>
> REM GAC BizTalk dll
>
> C:\WINNT\Microsoft.NET\Framework\v1.1.4322\gacutil /if "C:\Documents and
> Settings\UserName\My Documents\Visual Studio
> Projects\ProjectName1\bin\Deployment\you
rassembly1.dll"
> C:\WINNT\Microsoft.NET\Framework\v1.1.4322\gacutil /if "C:\Documents and
> Settings\UserName\My Documents\Visual Studio
> Projects\ProjectName2\bin\Deployment\you
rassembly2.dll"
>
> REM Restart BizTalk Server
>
> net stop "BizTalk Service BizTalk Group : BizTalkServerApplication"
>
> net start "BizTalk Service BizTalk Group : BizTalkServerApplication"
>
> PAUSE
>
>
> "Don Keller" wrote:
>
|