SAPI 5.0 Build Results - Top Level


<% BuildNum = Request.QueryString("bldnum") Response.Write("

Contents of buildall.log for build #") Response.Write(BuildNum) Response.Write("

") Set fso = CreateObject("Scripting.FileSystemObject") Set logfile = fso.GetFile("\\iking-dubbel\sapi5\" & BuildNum & "\logs\buildall.log") Set logstream = logfile.OpenAsTextStream do while logstream.AtEndOfStream <> True Response.Write(logstream.Readline) if logstream.line > 3 then Response.Write("
") end if loop logstream.Close %>

BVT Results by Platform

REAL SOON NOW....
<% Response.Write("Complete log files available through ") Response.Write("this link.") %>

NOTE: All information contained on this page is Microsoft confidential.