Hi All,

i'm trying to automate my daily task, kindly provide me your valuable inputs, so that i can try my best to achieve this.

Scenario:
We have UNIX box on which a cluster of 4 weblogic servers are installed.
Whenever we need to bounce the weblogic servers , we follow below steps via putty/windows command prompt

1) telnet ip addresss
2) enter login name
3) enter password
4) a message displays to confirm whether to login into server or not with two inputs Y/N ?
5) setting a env variable.
6) ucbps |grep -servername
this displays list of all four managed servers running
7) kill -9 pid's
8) then running .sh script for starting up servers.


Instead of running all these commands , i just want to input
IP,username,password....so the rest all completes with a single button click.

I'm myself a java programmer, with 2 years experience.
what all the languages i need for the these , to make front gui i'm thinking of using VB script. Please let me know all per-requisite knowledge and specific concepts so that i can be equipped myself with these.



Thanks & Regards,
Sriram