Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Write Events to the Local Event LogContent of Write Events to the Local Event Log.vbsMD5 Hash: 7020E6C943E31DE370D1AB277BAB1742 |
||
' Description: Writes an event to the Application event log on the local computer.
Const EVENT_SUCCESS = 0 Set objShell = Wscript.CreateObject("Wscript.Shell") objShell.LogEvent EVENT_SUCCESS, _ "Payroll application successfully installed." | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |