When i use the LOGEVENT command in my logon-script, i get a strange message in my event log:

quote:
The description for Event ID ( 0 ) in Source ( LogonScript ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. The following information is part of the event: The logonscript started.

Do i have to use other ID's? Or do i have to declare my own ID's in the registry or something? Does anybody knows?

I use the following command:

code:
LogEvent( 0, 0, "The logonscript started", "" , "LogonScript")