PDA

View Full Version : Logging from VBS?


Kerfufl
04-19-2005, 07:43 AM
Is it possible to write to the log (file and window) from vbscript ?

kevina
04-19-2005, 11:25 AM
builder.LogMessage(ByVal message As String, ByVal appendCrLf As Boolean = True)

See LogMessage method in the help file (or Builder object).