Write to Windows event log: Difference between revisions

m
m (Lingo added)
Line 357:
props["operation"] = "runas"
props["parameters"] = "/t INFORMATION /id 123 /l APPLICATION /so Lingo /d "&QUOTE&"Rosetta Code Example"&QUOTE
put shell.shell_exec("EventCreate", props)</lang>
 
=={{header|PicoLisp}}==
Anonymous user