I don't fully understand javascript could someone help me convert this to VBS, this is the code:
var logQuery=new ActiveXObject("MSUtil.LogQuery");
var recordSet=logQuery.Execute("SELECT * FROM <1>");
for(; !recordSet.atEnd(); recordSet.moveNext())
{
var...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.