dumpel.exe -l System | findstr.exe /R «[AP]M.[12].[0124].»
dumpel.exe -l Application | findstr.exe /R «[AP]M.[12].[0124].»
dumpel.exe -l Security | findstr.exe /R «[AP]M.16.[0124].» 
Листинг 6. Eventquery.bat
cscript.exe EventQuery.vbs /L System /FI «Type eq Error OR Type eq Warning» /V /FO List
cscript.exe EventQuery.vbs /L Application /FI «Type eq Error OR Type eq Warning» /V /FO List
cscript.exe EventQuery.vbs /L Security /FI «Type eq FAILUREAUDIT» /V /FO List