Issue Administrator Console Commands via LS?

Anybody know if you can issue console commands to the server via lotusscript or otherwise initiate simple tasks like taking down the HTTP task without resorting to c api development? :slight_smile:

Subject: Issue Administrator Console Commands via LS?

VERY easy in ND6. It is a method of the NotesSession class - Session.Sendconsolecommand(byval server as string, byval command as string) as stringOption Public

HTH,

Rob

Subject: RE: Issue Administrator Console Commands via LS?

Dude! That is the second awesome ND6 feature I learned about today. Thanks. :slight_smile: