Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,3 @@
|
|||
@echo off
|
||||
EventCreate /t ERROR /id 123 /l SYSTEM /so "A Batch File" /d "This is found in system log."
|
||||
EventCreate /t WARNING /id 456 /l APPLICATION /so BlaBla /d "This is found in apps log"
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
@echo off
|
||||
EventCreate /t ERROR /id 123 /l SYSTEM /so "A Batch File" /d "This is found in system log." >NUL 2>&1
|
||||
EventCreate /t WARNING /id 456 /l APPLICATION /so BlaBla /d "This is found in apps log" >NUL 2>&1
|
||||
::That ">NUL 2>&1" trick actually works in any command!
|
||||
Loading…
Add table
Add a link
Reference in a new issue