5 lines
219 B
Text
5 lines
219 B
Text
shell = xtra("Shell").new()
|
|
props = [:]
|
|
props["operation"] = "runas"
|
|
props["parameters"] = "/t INFORMATION /id 123 /l APPLICATION /so Lingo /d ""E&"Rosetta Code Example""E
|
|
shell.shell_exec("EventCreate", props)
|