Can someone please let me know How to programmatically find out whether the Domino server is installed on Unix or Windows.
Is there any Domino server API to find out in which OS(OS related information) the domino server is running.
You can use the formula @Platform function for this.
When it is used in column, selection, or scheduled agent formulas, @Platform returns the current platform where the database resides. If the database resides on a server, @Platform returns the server platform; if the database resides locally, @Platform returns the workstation platform.