- Jun
- 30
- 0
eventlog /Stest /I "This is a test message" works but
eventlog /I /Stest "This is a test message" does not work
Result:
Is this just a documentation error? That is should I have read the documentation as implying an order to the various options? Or is this a program error.
David
eventlog /I /Stest "This is a test message" does not work
Result:
[C:\]eventlog /Stest /I "This is a test message"
[C:\]eventlog /I /Stest "This is a test message"
TCC: (Sys) The parameter is incorrect.
"Stest"
Usage : EVENTLOG [/Ssource] [/Cn /EIW] message
Is this just a documentation error? That is should I have read the documentation as implying an order to the various options? Or is this a program error.
David