I registered the QBF.wsc and executed the command line logparser "SELECT * FROM ." -i:COM -iprogid:MSUtil.LogQuery.Sample.QFE and it worked. I wanted to 'script' the .wsc and so set up
cSQL = 'SELECT * FROM .'
oLog = CreateObject("MSUtil.LogQuery")
oInput = CreateObject("MSUtil.LogQuery.Sample.QFE")
oOut = CreateObject("MSUtil.LogQuery.XMLOutputFormat")
oLog.ExecuteBatch cSQL, oInput, oOut
but get this error which I do not inderstand.
Stan