I have an Windows Application running on my PC , this application list all connected servers on our farm . This application have manual process (more than one step ) to do one action per server ,, The steps are as the following (These steps are done for each one of the servers listed) :
- Select one server then click right on the mouse then choose one option.
- The selected option will open a new window above the parent application window.
- Then click on button.
What I need is to build a new C# application that acts/simulate as the above application with ability to do that action automatic for all select servers from the list .. I hope its clear now ,,
Please help me ..