I am writing an app that will reside on a remote windows 2000 server. User will start the app from a shortcut on their desktops.
Users will use the app to enter a command string with switches into a form and then execute the command on the remote server.

How do I get the app to run the command string on the same remote server and return the response to the user?

Would a new form containing a richtextbox control work for the response?