> elsave.exe -h
usage: elsave [-s \server] [-l log] [-F file] [-C] [-q]
Saves and/or clears a Windows NT event log. Version 0.419980907.
-s \server Server for which you want to save orclearthelog.
-l log Name oflogto save orclear.
-F file Save thelogtoafilewith this name. Must be absolute path tolocalfileontheserverforwhichyouwanttosavethelog.
-C Clear thelog.
-q Write errors tothe event log
//清除应用程序日志
> elsave.exe -s \127.0.0.1 -l application -C
//清除系统日志
> elsave.exe -s \127.0.0.1 -l system -C
//清除安全日志
> elsave.exe -s \127.0.0.1 -l security -C