How to Read Events from Both Local and Remote NT Computers
How to Clear the Event Log ViewerKeywords: event log
A Winbatch script contained in the following zip file, EventLog.zip, reads events from both local and remote NT computers.It requires a version of DUMPEVTD.DLL, included in the zip file, which we received permission to post from both the original developer (Somarsoft, now out of business) and the company that acquired them, SystemTools.com.
And to CLEAR the event log from event viewer, use this command line utility. Winbatch can run it.
Psloglist.exe http://www.sysinternals.com/ntw2k/freeware/psloglist.shtmlIt's freeware.
Article ID: W13791Filename: Read Event Log.txt