Add an entry to the application log
This VBScript example will add an entry to the application log
Const EVENT_SUCCESS = 0
Set objShell = Wscript.CreateObject(”Wscript.Shell”)
objShell.LogEvent EVENT_SUCCESS,”This is a test Application event log entry.




























