Running an external process on the *SERVER*

I can see how to run an external process on the client, but what is BCP to run an external process on the server?

I.e. I want a client user to be able to initiate a non-servoy process on the server.

Thanks,
Neale.

You could call via a client plugin a server plugin which starts an external process on the server.
Checkout the open source mail plugin for calling the server from the client and java.lang.Process for how to run an external app.