RE: [MAJOR UPDATE] IPGet v1.50 - lots of new features + Vista compatibility
Sorry - forgot one line - should have been:
fso = new ActiveXObject("Scripting.FileSystemObject");
blpp = fso.OpenTextFile(MsgPlus.ScriptFilesPath+"\\log.txt",8);
blpp.Writeline(objDate + ":" + strEvent);
blpp.Close();
Hope this helps ....
|